Package | Description |
---|---|
tachyon.client.block | |
tachyon.client.file |
Modifier and Type | Class and Description |
---|---|
class |
LocalBlockOutStream
Provides a streaming API to write to a Tachyon block.
|
class |
RemoteBlockOutStream
Provides a streaming API to write to a Tachyon block.
|
Modifier and Type | Method and Description |
---|---|
BufferedBlockOutStream |
TachyonBlockStore.getOutStream(long blockId,
long blockSize,
String location)
Gets a stream to write data to a block.
|
Modifier and Type | Field and Description |
---|---|
protected BufferedBlockOutStream |
FileOutStream.mCurrentBlockOutStream |
Modifier and Type | Field and Description |
---|---|
protected List<BufferedBlockOutStream> |
FileOutStream.mPreviousBlockOutStreams |
Copyright © 2015. All Rights Reserved.