public interface CrailNode
| Modifier and Type | Method and Description |
|---|---|
CrailContainer |
asContainer() |
CrailDirectory |
asDirectory() |
CrailFile |
asFile() |
CrailKeyValue |
asKeyValue() |
CrailMultiFile |
asMultiFile() |
CrailTable |
asTable() |
CrailBlockLocation[] |
getBlockLocations(long start,
long len) |
long |
getCapacity() |
CrailStore |
getFileSystem() |
long |
getModificationTime() |
String |
getPath() |
CrailNodeType |
getType() |
CrailNode |
syncDir() |
CrailStore getFileSystem()
String getPath()
long getModificationTime()
long getCapacity()
CrailNodeType getType()
CrailContainer asContainer() throws Exception
ExceptionCrailDirectory asDirectory() throws Exception
ExceptionCrailMultiFile asMultiFile() throws Exception
ExceptionCrailTable asTable() throws Exception
ExceptionCrailKeyValue asKeyValue() throws Exception
ExceptionCrailBlockLocation[] getBlockLocations(long start, long len) throws Exception
ExceptionCopyright © 2018 The Apache Software Foundation. All rights reserved.