|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StoredUndoableBlock | |
|---|---|
| com.google.bitcoin.store | |
| Uses of StoredUndoableBlock in com.google.bitcoin.store |
|---|
| Methods in com.google.bitcoin.store that return StoredUndoableBlock | |
|---|---|
StoredUndoableBlock |
PostgresFullPrunedBlockStore.getUndoBlock(Sha256Hash hash)
|
StoredUndoableBlock |
MemoryFullPrunedBlockStore.getUndoBlock(Sha256Hash hash)
|
StoredUndoableBlock |
H2FullPrunedBlockStore.getUndoBlock(Sha256Hash hash)
|
StoredUndoableBlock |
FullPrunedBlockStore.getUndoBlock(Sha256Hash hash)
Returns a StoredUndoableBlock whose block.getHash() method will be equal to the parameter. |
| Methods in com.google.bitcoin.store with parameters of type StoredUndoableBlock | |
|---|---|
void |
PostgresFullPrunedBlockStore.put(StoredBlock storedBlock,
StoredUndoableBlock undoableBlock)
|
void |
MemoryFullPrunedBlockStore.put(StoredBlock storedBlock,
StoredUndoableBlock undoableBlock)
|
void |
H2FullPrunedBlockStore.put(StoredBlock storedBlock,
StoredUndoableBlock undoableBlock)
|
void |
FullPrunedBlockStore.put(StoredBlock storedBlock,
StoredUndoableBlock undoableBlock)
Saves the given StoredUndoableBlock and StoredBlock. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||