Modifier and Type | Method and Description |
---|---|
ClonableDataStream |
RecordResult.getStream()
Gets an inputstream allowing reading of the record entity
|
Modifier and Type | Method and Description |
---|---|
void |
RecordWriter.updateRecord(UUIDKey documentId,
ClonableDataStream dataStream)
This updates the record contents stored in storage for a given updated content and the current
record pointer to the record.
|
void |
RecordWriter.writeRecord(UUIDKey documentId,
ClonableDataStream dataStream)
This writes the given content to the filesystem and returns the record pointer at which the record
can be retrieved on next attempt.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockDataInputStream |
Modifier and Type | Class and Description |
---|---|
class |
ClonableByteArrayInputStream |
Modifier and Type | Method and Description |
---|---|
abstract ClonableDataStream |
ClonableDataStream.clone()
This creates a cloned data stream that allows multiple threads to read
the resource in question.
|
ClonableDataStream |
ClonableByteArrayInputStream.clone() |
Modifier and Type | Method and Description |
---|---|
ClonableDataStream |
DataKey.getStream() |
Constructor and Description |
---|
DataKey(ClonableDataStream stream) |
Modifier and Type | Method and Description |
---|---|
static ClonableDataStream |
BagOperationUtil.toStream(SimpleEntity entity) |
Modifier and Type | Method and Description |
---|---|
static ClonableDataStream |
RecordStreamUtil.toStream(String data) |
Modifier and Type | Method and Description |
---|---|
void |
CachedRecordWriter.updateRecord(UUIDKey documentId,
ClonableDataStream dataStream) |
void |
CachedRecordWriter.writeRecord(UUIDKey documentId,
ClonableDataStream dataStream) |
Modifier and Type | Method and Description |
---|---|
ClonableDataStream |
BtreeRecordResult.getStream() |
Modifier and Type | Method and Description |
---|---|
void |
BtreeIndexRecordWriter.updateRecord(UUIDKey documentId,
ClonableDataStream dataStream) |
void |
BtreeIndexRecordWriter.writeRecord(UUIDKey documentId,
ClonableDataStream dataStream) |
Modifier and Type | Method and Description |
---|---|
ClonableDataStream |
RecordResultImpl.getStream() |
Modifier and Type | Method and Description |
---|---|
void |
TransactionalRecordWriter.updateRecord(UUIDKey documentId,
ClonableDataStream dataStream) |
void |
TransactionalRecordWriter.writeRecord(UUIDKey documentId,
ClonableDataStream dataStream) |
Copyright © 2015. All rights reserved.