Class SPVBlockStore

java.lang.Object
org.bitcoinj.store.SPVBlockStore
All Implemented Interfaces:
BlockStore

public class SPVBlockStore extends Object implements BlockStore
An SPVBlockStore holds a limited number of block headers in a memory mapped ring buffer. With such a store, you may not be able to process very deep re-orgs and could be disconnected from the chain (requiring a replay), but as they are virtually unheard of this is not a significant risk.