Package | Description |
---|---|
org.agilewiki.jfile.transactions | |
org.agilewiki.jfile.transactions.logReader | |
org.agilewiki.jfile.transactions.transactionAggregator |
Modifier and Type | Interface and Description |
---|---|
interface |
BlockProcessor
An actor which accepts ProcessBlock requests.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockFlowBuffer
Buffers the flow of blocks for increased parallelism.
|
class |
BlockSource
A source of blocks in a block flow pipeline.
|
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 | Class and Description |
---|---|
class |
LogReader
Reads a transaction log file and forwards the blocks..
|
Modifier and Type | Class and Description |
---|---|
class |
TransactionAggregator
Aggregates transactions into blocks.
|
Copyright © 2013. All Rights Reserved.