public interface FileStore
| Modifier and Type | Method and Description |
|---|---|
static FileStore |
fromProtobuf(FileStoreInfo fsInfo) |
java.lang.String |
getComment() |
boolean |
getEnabled() |
long |
getVersion() |
void |
increaseVersion() |
boolean |
isBuiltin() |
boolean |
isPartitionedPrefixEnabled() |
boolean |
isValid() |
java.lang.String |
key() |
void |
mergeFrom(FileStore other) |
java.lang.String |
name() |
int |
numOfPartitionedPrefix() |
java.lang.String |
rootPath() |
void |
setBuiltin(boolean builtin) |
void |
setEnabled(boolean enabled) |
FileStoreInfo |
toDebugProtobuf() |
FileStoreInfo |
toProtobuf() |
FileStoreType |
type() |
java.lang.String key()
java.lang.String name()
java.lang.String getComment()
void setEnabled(boolean enabled)
boolean getEnabled()
boolean isBuiltin()
void setBuiltin(boolean builtin)
long getVersion()
boolean isValid()
void increaseVersion()
FileStoreType type()
FileStoreInfo toProtobuf()
FileStoreInfo toDebugProtobuf()
void mergeFrom(FileStore other)
java.lang.String rootPath()
boolean isPartitionedPrefixEnabled()
int numOfPartitionedPrefix()
static FileStore fromProtobuf(FileStoreInfo fsInfo)
Copyright © 2024. All rights reserved.