Package | Description |
---|---|
alluxio.grpc |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<PersistFile> |
PersistFile.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PersistFile |
PersistFile.Builder.build() |
PersistFile |
PersistFile.Builder.buildPartial() |
static PersistFile |
PersistFile.getDefaultInstance() |
PersistFile |
PersistFile.getDefaultInstanceForType() |
PersistFile |
PersistFile.Builder.getDefaultInstanceForType() |
PersistFile |
PersistCommandOptionsOrBuilder.getPersistFiles(int index)
repeated .alluxio.grpc.file.PersistFile persistFiles = 1; |
PersistFile |
PersistCommandOptions.getPersistFiles(int index)
repeated .alluxio.grpc.file.PersistFile persistFiles = 1; |
PersistFile |
PersistCommandOptions.Builder.getPersistFiles(int index)
repeated .alluxio.grpc.file.PersistFile persistFiles = 1; |
static PersistFile |
PersistFile.parseDelimitedFrom(InputStream input) |
static PersistFile |
PersistFile.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PersistFile |
PersistFile.parseFrom(byte[] data) |
static PersistFile |
PersistFile.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PersistFile |
PersistFile.parseFrom(ByteBuffer data) |
static PersistFile |
PersistFile.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PersistFile |
PersistFile.parseFrom(com.google.protobuf.ByteString data) |
static PersistFile |
PersistFile.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PersistFile |
PersistFile.parseFrom(com.google.protobuf.CodedInputStream input) |
static PersistFile |
PersistFile.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PersistFile |
PersistFile.parseFrom(InputStream input) |
static PersistFile |
PersistFile.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PersistFile |
GrpcUtils.toProto(PersistFile persistFile) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<PersistFile> |
PersistFile.getParserForType() |
List<PersistFile> |
PersistCommandOptionsOrBuilder.getPersistFilesList()
repeated .alluxio.grpc.file.PersistFile persistFiles = 1; |
List<PersistFile> |
PersistCommandOptions.getPersistFilesList()
repeated .alluxio.grpc.file.PersistFile persistFiles = 1; |
List<PersistFile> |
PersistCommandOptions.Builder.getPersistFilesList()
repeated .alluxio.grpc.file.PersistFile persistFiles = 1; |
static com.google.protobuf.Parser<PersistFile> |
PersistFile.parser() |
Modifier and Type | Method and Description |
---|---|
PersistCommandOptions.Builder |
PersistCommandOptions.Builder.addPersistFiles(int index,
PersistFile value)
repeated .alluxio.grpc.file.PersistFile persistFiles = 1; |
PersistCommandOptions.Builder |
PersistCommandOptions.Builder.addPersistFiles(PersistFile value)
repeated .alluxio.grpc.file.PersistFile persistFiles = 1; |
PersistFile.Builder |
PersistFile.Builder.mergeFrom(PersistFile other) |
static PersistFile.Builder |
PersistFile.newBuilder(PersistFile prototype) |
PersistCommandOptions.Builder |
PersistCommandOptions.Builder.setPersistFiles(int index,
PersistFile value)
repeated .alluxio.grpc.file.PersistFile persistFiles = 1; |
Modifier and Type | Method and Description |
---|---|
PersistCommandOptions.Builder |
PersistCommandOptions.Builder.addAllPersistFiles(Iterable<? extends PersistFile> values)
repeated .alluxio.grpc.file.PersistFile persistFiles = 1; |
Copyright © 2023. All Rights Reserved.