Package | Description |
---|---|
edu.snu.coral.runtime.executor.data.block | |
edu.snu.coral.runtime.executor.data.blocktransfer |
Responsible for transferring block content from one executor to another.
|
edu.snu.coral.runtime.executor.data.stores |
Modifier and Type | Method and Description |
---|---|
List<FileArea> |
FileBlock.asFileAreas(KeyRange keyRange)
|
Modifier and Type | Method and Description |
---|---|
BlockOutputStream |
BlockOutputStream.writeFileAreas(Iterable<FileArea> fileAreas)
|
Modifier and Type | Method and Description |
---|---|
List<FileArea> |
FileStore.getFileAreas(String blockId,
KeyRange keyRange)
Gets the list of
FileArea s for the specified block. |
List<FileArea> |
LocalFileStore.getFileAreas(String blockId,
KeyRange keyRange) |
List<FileArea> |
GlusterFileStore.getFileAreas(String blockId,
KeyRange keyRange) |
Copyright © 2018. All rights reserved.