public interface NosqlDirectory
| Modifier and Type | Method and Description |
|---|---|
void |
deleteFile(NosqlFile nosqlFile) |
int |
getBlockSize() |
NosqlFile |
getFileHandle(java.lang.String fileName) |
NosqlFile |
getFileHandle(java.lang.String fileName,
boolean createIfNotFound) |
java.lang.String[] |
getFileNames() |
void |
updateFileMetadata(NosqlFile nosqlFile) |
java.lang.String[] getFileNames()
throws java.io.IOException
java.io.IOExceptionNosqlFile getFileHandle(java.lang.String fileName) throws java.io.IOException
java.io.IOExceptionNosqlFile getFileHandle(java.lang.String fileName, boolean createIfNotFound) throws java.io.IOException
java.io.IOExceptionint getBlockSize()
void updateFileMetadata(NosqlFile nosqlFile) throws java.io.IOException
java.io.IOExceptionvoid deleteFile(NosqlFile nosqlFile) throws java.io.IOException
java.io.IOException