See: Description
Interface | Description |
---|---|
BlockStore |
An implementor of BlockStore saves StoredBlock objects to disk.
|
FullPrunedBlockStore |
An implementor of FullPrunedBlockStore saves StoredBlock objects to some storage mechanism.
|
WalletProtobufSerializer.WalletFactory |
Class | Description |
---|---|
DatabaseFullPrunedBlockStore |
A generic full pruned block store for a relational database.
|
H2FullPrunedBlockStore |
A full pruned block store using the H2 pure-java embedded database.
|
LevelDBBlockStore |
An SPV block store that writes every header it sees to a LevelDB.
|
MemoryBlockStore |
Keeps
StoredBlock s in memory. |
MemoryFullPrunedBlockStore | |
MemoryFullPrunedBlockStore.StoredBlockAndWasUndoableFlag | |
MySQLFullPrunedBlockStore |
A full pruned block store using the MySQL database engine.
|
PostgresFullPrunedBlockStore |
A full pruned block store using the Postgres database engine.
|
SPVBlockStore |
An SPVBlockStore holds a limited number of block headers in a memory mapped ring buffer.
|
WalletProtobufSerializer |
Serialize and de-serialize a wallet to a byte stream containing a
protocol buffer.
|
WindowsMMapHack |
This class knows how to force an mmap'd ByteBuffer to reliquish its file handles before it becomes garbage collected,
by exploiting implementation details of the HotSpot JVM implementation.
|
Exception | Description |
---|---|
BlockStoreException |
Thrown when something goes wrong with storing a block.
|
ChainFileLockedException |
Thrown by
SPVBlockStore when the process cannot gain exclusive access to the chain file. |
UnreadableWalletException |
Thrown by the
WalletProtobufSerializer when the serialized protocol buffer is either corrupted,
internally inconsistent or appears to be from the future. |
UnreadableWalletException.BadPassword | |
UnreadableWalletException.FutureVersion | |
UnreadableWalletException.WrongNetwork |
Copyright © 2015. All rights reserved.