Modifier and Type | Field and Description |
---|---|
Block |
WriteRootJid.block |
Block |
ReadRootJid.block |
Modifier and Type | Method and Description |
---|---|
void |
JFile.forceBeforeWriteRootJid(Block block,
int maxSize) |
void |
JFile.forcedWriteRootJid(Block block,
int maxSize) |
void |
JFile.readRootJid(Block block,
int maxSize) |
void |
JFile.writeRootJid(Block block,
int maxSize) |
Constructor and Description |
---|
ForceBeforeWriteRootJid(Block block) |
ForceBeforeWriteRootJid(Block block,
int maxSize)
Write a RootJid and its header,
and then forceRootJid the operation to complete.
|
ForcedWriteRootJid(Block block)
Write a RootJid and its header to the current position,
and then forceRootJid the operation to complete.
|
ForcedWriteRootJid(Block block,
int maxSize)
Write a RootJid and its header,
and then forceRootJid the operation to complete.
|
ReadRootJid(Block block)
Read a RootJid.
|
ReadRootJid(Block block,
int maxSize)
Read a RootJid.
|
WriteRootJid(Block block)
Write a RootJid and its header to the current position.
|
WriteRootJid(Block block,
int maxSize)
Write a RootJid and its header.
|
Modifier and Type | Class and Description |
---|---|
class |
FBlock
A block used by BlockFlowBuffer in processing a Finish request.
|
class |
LA32Block
A block with a length and Adler32 checksum in the header.
|
class |
LBlock
A block with a length in the header.
|
class |
LTA32Block
A block with a length, timestamp and Adler32 checksum in the header.
|
class |
LTBlock
A block with a length and a timestamp in the header.
|
Modifier and Type | Field and Description |
---|---|
Block |
ProcessBlock.block |
Constructor and Description |
---|
ProcessBlock(Block block)
Create a request.
|
Modifier and Type | Method and Description |
---|---|
protected Block |
IMDB.newDbBlock() |
Modifier and Type | Method and Description |
---|---|
protected Block |
LogReader.newBlock()
Creates a new block.
|
Modifier and Type | Method and Description |
---|---|
protected Block |
TransactionAggregator.newBlock()
Creates a new block.
|
Copyright © 2013. All Rights Reserved.