public interface BlockStream
Modifier and Type | Method and Description |
---|---|
String |
getBlockId()
Gets the block id.
|
Optional<DataStoreProperty.Value> |
getBlockStore()
Gets the block store type.
|
KeyRange |
getKeyRange()
Gets the key range.
|
String |
getRemoteExecutorId()
Gets the id of the remote executor.
|
String |
getRuntimeEdgeId()
Gets the runtime edge id.
|
boolean |
isEncodePartialBlockEnabled()
Gets whether the sender should start encoding even though the whole block has not been written yet.
|
String getRemoteExecutorId()
boolean isEncodePartialBlockEnabled()
Optional<DataStoreProperty.Value> getBlockStore()
String getBlockId()
String getRuntimeEdgeId()
Copyright © 2018. All rights reserved.