| 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
NonSerializedPartitions. |
<K extends Serializable> |
GlusterFileStore.getPartitions(String blockId,
KeyRange<K> keyRange)
Retrieves
NonSerializedPartitions in a specific KeyRange from a block. |
<K extends Serializable> |
BlockStore.getSerializedPartitions(String blockId,
KeyRange<K> keyRange)
Retrieves
SerializedPartitions 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.