Layout.Builder |
Layout.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Layout.Builder |
Layout.Builder.clear() |
Layout.Builder |
Layout.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Layout.Builder |
Layout.Builder.clearLayoutData()
optional bytes layout_data = 3;
|
Layout.Builder |
Layout.Builder.clearLayoutSpec()
optional .alluxio.grpc.table.LayoutSpec layout_spec = 2;
|
Layout.Builder |
Layout.Builder.clearLayoutType()
optional string layout_type = 1;
|
Layout.Builder |
Layout.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Layout.Builder |
Layout.Builder.clearStats() |
Layout.Builder |
Layout.Builder.clone() |
Layout.Builder |
Partition.Builder.getBaseLayoutBuilder()
optional .alluxio.grpc.table.Layout base_layout = 2;
|
Layout.Builder |
TableInfo.Builder.getLayoutBuilder()
optional .alluxio.grpc.table.Layout layout = 6;
|
Layout.Builder |
Transformation.Builder.getLayoutBuilder()
optional .alluxio.grpc.table.Layout layout = 1;
|
Layout.Builder |
Layout.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Layout.Builder |
Layout.Builder.mergeFrom(Layout other) |
Layout.Builder |
Layout.Builder.mergeFrom(com.google.protobuf.Message other) |
Layout.Builder |
Layout.Builder.mergeLayoutSpec(LayoutSpec value)
optional .alluxio.grpc.table.LayoutSpec layout_spec = 2;
|
Layout.Builder |
Layout.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Layout.Builder |
Layout.newBuilder() |
static Layout.Builder |
Layout.newBuilder(Layout prototype) |
Layout.Builder |
Layout.newBuilderForType() |
protected Layout.Builder |
Layout.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Layout.Builder |
Layout.Builder.putAllStats(Map<String,ColumnStatisticsInfo> values)
map<string, .alluxio.grpc.table.ColumnStatisticsInfo> stats = 4;
|
Layout.Builder |
Layout.Builder.putStats(String key,
ColumnStatisticsInfo value)
map<string, .alluxio.grpc.table.ColumnStatisticsInfo> stats = 4;
|
Layout.Builder |
Layout.Builder.removeStats(String key)
map<string, .alluxio.grpc.table.ColumnStatisticsInfo> stats = 4;
|
Layout.Builder |
Layout.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Layout.Builder |
Layout.Builder.setLayoutData(com.google.protobuf.ByteString value)
optional bytes layout_data = 3;
|
Layout.Builder |
Layout.Builder.setLayoutSpec(LayoutSpec.Builder builderForValue)
optional .alluxio.grpc.table.LayoutSpec layout_spec = 2;
|
Layout.Builder |
Layout.Builder.setLayoutSpec(LayoutSpec value)
optional .alluxio.grpc.table.LayoutSpec layout_spec = 2;
|
Layout.Builder |
Layout.Builder.setLayoutType(String value)
optional string layout_type = 1;
|
Layout.Builder |
Layout.Builder.setLayoutTypeBytes(com.google.protobuf.ByteString value)
optional string layout_type = 1;
|
Layout.Builder |
Layout.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Layout.Builder |
Layout.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Layout.Builder |
Layout.toBuilder() |