public interface NosqlDirectory
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
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 |
rename(java.lang.String source,
java.lang.String dest) |
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.IOExceptionvoid close()
void rename(java.lang.String source,
java.lang.String dest)
throws java.io.IOException
java.io.IOException