Package | Description |
---|---|
org.agilewiki.jfile.transactions | |
org.agilewiki.jfile.transactions.logReader |
Modifier and Type | Class and Description |
---|---|
class |
BlockFlowBuffer
Buffers the flow of blocks for increased parallelism.
|
class |
Deserializer
Partially deserializes the transactions in a block.
|
class |
DurableTransactionLogger
Durably (fsync'd/forced) logs blocks of transactions.
|
class |
Serializer
Serializes the contents of a block.
|
class |
TransactionProcessor
On receipt of a ProcessBlock request, the transaction processor
first sends an Eval request to the contents of the block and then sends
a Checkpoint request to the database.
|
Modifier and Type | Field and Description |
---|---|
BlockProcessor |
BlockFlowBuffer.next |
Modifier and Type | Method and Description |
---|---|
void |
DurableTransactionLogger.setNext(BlockProcessor nextInPipeline)
Creates a buffered connection to the block processor that is next in the pipeline.
|
void |
BlockSource.setNext(BlockProcessor nextInPipeline)
Creates a buffered connection to the block processor that is next in the pipeline.
|
Modifier and Type | Method and Description |
---|---|
void |
LogReader.setNext(BlockProcessor nextInPipeline)
Creates a buffered connection to the block processor that is next in the pipeline.
|
Copyright © 2013. All Rights Reserved.