Package | Description |
---|---|
alluxio.grpc | |
alluxio.wire |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<InconsistentProperty> |
InconsistentProperty.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
InconsistentProperty |
InconsistentProperty.Builder.build() |
InconsistentProperty |
InconsistentProperty.Builder.buildPartial() |
static InconsistentProperty |
InconsistentProperty.getDefaultInstance() |
InconsistentProperty |
InconsistentProperty.getDefaultInstanceForType() |
InconsistentProperty |
InconsistentProperty.Builder.getDefaultInstanceForType() |
InconsistentProperty |
InconsistentPropertiesOrBuilder.getProperties(int index)
repeated .alluxio.grpc.meta.InconsistentProperty properties = 1; |
InconsistentProperty |
InconsistentProperties.getProperties(int index)
repeated .alluxio.grpc.meta.InconsistentProperty properties = 1; |
InconsistentProperty |
InconsistentProperties.Builder.getProperties(int index)
repeated .alluxio.grpc.meta.InconsistentProperty properties = 1; |
static InconsistentProperty |
InconsistentProperty.parseDelimitedFrom(InputStream input) |
static InconsistentProperty |
InconsistentProperty.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InconsistentProperty |
InconsistentProperty.parseFrom(byte[] data) |
static InconsistentProperty |
InconsistentProperty.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InconsistentProperty |
InconsistentProperty.parseFrom(ByteBuffer data) |
static InconsistentProperty |
InconsistentProperty.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InconsistentProperty |
InconsistentProperty.parseFrom(com.google.protobuf.ByteString data) |
static InconsistentProperty |
InconsistentProperty.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InconsistentProperty |
InconsistentProperty.parseFrom(com.google.protobuf.CodedInputStream input) |
static InconsistentProperty |
InconsistentProperty.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InconsistentProperty |
InconsistentProperty.parseFrom(InputStream input) |
static InconsistentProperty |
InconsistentProperty.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<InconsistentProperty> |
InconsistentProperty.getParserForType() |
List<InconsistentProperty> |
InconsistentPropertiesOrBuilder.getPropertiesList()
repeated .alluxio.grpc.meta.InconsistentProperty properties = 1; |
List<InconsistentProperty> |
InconsistentProperties.getPropertiesList()
repeated .alluxio.grpc.meta.InconsistentProperty properties = 1; |
List<InconsistentProperty> |
InconsistentProperties.Builder.getPropertiesList()
repeated .alluxio.grpc.meta.InconsistentProperty properties = 1; |
static com.google.protobuf.Parser<InconsistentProperty> |
InconsistentProperty.parser() |
Modifier and Type | Method and Description |
---|---|
InconsistentProperties.Builder |
InconsistentProperties.Builder.addProperties(InconsistentProperty value)
repeated .alluxio.grpc.meta.InconsistentProperty properties = 1; |
InconsistentProperties.Builder |
InconsistentProperties.Builder.addProperties(int index,
InconsistentProperty value)
repeated .alluxio.grpc.meta.InconsistentProperty properties = 1; |
InconsistentProperty.Builder |
InconsistentProperty.Builder.mergeFrom(InconsistentProperty other) |
static InconsistentProperty.Builder |
InconsistentProperty.newBuilder(InconsistentProperty prototype) |
InconsistentProperties.Builder |
InconsistentProperties.Builder.setProperties(int index,
InconsistentProperty value)
repeated .alluxio.grpc.meta.InconsistentProperty properties = 1; |
Modifier and Type | Method and Description |
---|---|
InconsistentProperties.Builder |
InconsistentProperties.Builder.addAllProperties(Iterable<? extends InconsistentProperty> values)
repeated .alluxio.grpc.meta.InconsistentProperty properties = 1; |
Modifier and Type | Method and Description |
---|---|
InconsistentProperty |
InconsistentProperty.toProto() |
Modifier and Type | Method and Description |
---|---|
static InconsistentProperty |
InconsistentProperty.fromProto(InconsistentProperty inconsistentProperty)
Creates a new instance of
InconsistentProperty from proto representation. |
Constructor and Description |
---|
InconsistentProperty(InconsistentProperty inconsistentProperty)
Creates a new instance of
InconsistentProperty from proto representation. |
Copyright © 2023. All Rights Reserved.