Package | Description |
---|---|
edu.snu.coral.runtime.executor.data.stores |
Modifier and Type | Method and Description |
---|---|
<K extends Serializable> |
BlockStore.getPartitions(String blockId,
KeyRange<K> keyRange)
Retrieves
NonSerializedPartition s. |
<K extends Serializable> |
GlusterFileStore.getPartitions(String blockId,
KeyRange<K> keyRange)
Retrieves
NonSerializedPartition s in a specific KeyRange from a block. |
<K extends Serializable> |
BlockStore.getSerializedPartitions(String blockId,
KeyRange<K> keyRange)
Retrieves
SerializedPartition s in a specific KeyRange from a block. |
Boolean |
LocalFileStore.removeBlock(String blockId)
Removes the file that the target block is stored.
|
Boolean |
GlusterFileStore.removeBlock(String blockId)
Removes the file that the target block is stored.
|
Copyright © 2018. All rights reserved.