public class InvalidFileStore extends AbstractFileStore
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
INVALID_KEY_PREFIX |
| Constructor and Description |
|---|
InvalidFileStore(FileStoreInfo fsInfo) |
| Modifier and Type | Method and Description |
|---|---|
static FileStore |
fromProtobuf(FileStoreInfo fsInfo) |
boolean |
isValid() |
java.lang.String |
rootPath() |
FileStoreType |
type() |
getComment, getEnabled, getVersion, increaseVersion, isBuiltin, isPartitionedPrefixEnabled, key, mergeFrom, name, numOfPartitionedPrefix, setBuiltin, setEnabled, toDebugProtobuf, toProtobuf, toProtobufBuilderpublic static final java.lang.String INVALID_KEY_PREFIX
public InvalidFileStore(FileStoreInfo fsInfo)
public FileStoreType type()
public boolean isValid()
public java.lang.String rootPath()
rootPath in interface FileStorerootPath in class AbstractFileStorepublic static FileStore fromProtobuf(FileStoreInfo fsInfo)
Copyright © 2024. All rights reserved.