HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.addAllAttributes(Iterable<? extends HBaseProtos.BytesBytesPair> values)
repeated .hbase.pb.BytesBytesPair attributes = 2;
|
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.addAllColumnFamilies(Iterable<? extends HBaseProtos.ColumnFamilySchema> values)
repeated .hbase.pb.ColumnFamilySchema column_families = 3;
|
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.addAllConfiguration(Iterable<? extends HBaseProtos.NameStringPair> values)
repeated .hbase.pb.NameStringPair configuration = 4;
|
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.addAttributes(HBaseProtos.BytesBytesPair.Builder builderForValue)
repeated .hbase.pb.BytesBytesPair attributes = 2;
|
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.addAttributes(HBaseProtos.BytesBytesPair value)
repeated .hbase.pb.BytesBytesPair attributes = 2;
|
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.addAttributes(int index,
HBaseProtos.BytesBytesPair.Builder builderForValue)
repeated .hbase.pb.BytesBytesPair attributes = 2;
|
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.addAttributes(int index,
HBaseProtos.BytesBytesPair value)
repeated .hbase.pb.BytesBytesPair attributes = 2;
|
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.addColumnFamilies(HBaseProtos.ColumnFamilySchema.Builder builderForValue)
repeated .hbase.pb.ColumnFamilySchema column_families = 3;
|
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.addColumnFamilies(HBaseProtos.ColumnFamilySchema value)
repeated .hbase.pb.ColumnFamilySchema column_families = 3;
|
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.addColumnFamilies(int index,
HBaseProtos.ColumnFamilySchema.Builder builderForValue)
repeated .hbase.pb.ColumnFamilySchema column_families = 3;
|
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.addColumnFamilies(int index,
HBaseProtos.ColumnFamilySchema value)
repeated .hbase.pb.ColumnFamilySchema column_families = 3;
|
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.addConfiguration(HBaseProtos.NameStringPair.Builder builderForValue)
repeated .hbase.pb.NameStringPair configuration = 4;
|
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.addConfiguration(HBaseProtos.NameStringPair value)
repeated .hbase.pb.NameStringPair configuration = 4;
|
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.addConfiguration(int index,
HBaseProtos.NameStringPair.Builder builderForValue)
repeated .hbase.pb.NameStringPair configuration = 4;
|
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.addConfiguration(int index,
HBaseProtos.NameStringPair value)
repeated .hbase.pb.NameStringPair configuration = 4;
|
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.clear() |
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.clearAttributes()
repeated .hbase.pb.BytesBytesPair attributes = 2;
|
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.clearColumnFamilies()
repeated .hbase.pb.ColumnFamilySchema column_families = 3;
|
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.clearConfiguration()
repeated .hbase.pb.NameStringPair configuration = 4;
|
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.clearTableName()
optional .hbase.pb.TableName table_name = 1;
|
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.clone() |
HBaseProtos.TableSchema.Builder |
MapReduceProtos.TableSnapshotRegionSplit.Builder.getTableBuilder()
optional .hbase.pb.TableSchema table = 3;
|
HBaseProtos.TableSchema.Builder |
SnapshotProtos.SnapshotDataManifest.Builder.getTableSchemaBuilder()
required .hbase.pb.TableSchema table_schema = 1;
|
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.mergeFrom(HBaseProtos.TableSchema other) |
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.mergeFrom(com.google.protobuf.Message other) |
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.mergeTableName(TableProtos.TableName value)
optional .hbase.pb.TableName table_name = 1;
|
static HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.newBuilder() |
static HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.newBuilder(HBaseProtos.TableSchema prototype) |
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.newBuilderForType() |
protected HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.removeAttributes(int index)
repeated .hbase.pb.BytesBytesPair attributes = 2;
|
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.removeColumnFamilies(int index)
repeated .hbase.pb.ColumnFamilySchema column_families = 3;
|
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.removeConfiguration(int index)
repeated .hbase.pb.NameStringPair configuration = 4;
|
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.setAttributes(int index,
HBaseProtos.BytesBytesPair.Builder builderForValue)
repeated .hbase.pb.BytesBytesPair attributes = 2;
|
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.setAttributes(int index,
HBaseProtos.BytesBytesPair value)
repeated .hbase.pb.BytesBytesPair attributes = 2;
|
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.setColumnFamilies(int index,
HBaseProtos.ColumnFamilySchema.Builder builderForValue)
repeated .hbase.pb.ColumnFamilySchema column_families = 3;
|
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.setColumnFamilies(int index,
HBaseProtos.ColumnFamilySchema value)
repeated .hbase.pb.ColumnFamilySchema column_families = 3;
|
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.setConfiguration(int index,
HBaseProtos.NameStringPair.Builder builderForValue)
repeated .hbase.pb.NameStringPair configuration = 4;
|
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.setConfiguration(int index,
HBaseProtos.NameStringPair value)
repeated .hbase.pb.NameStringPair configuration = 4;
|
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.setTableName(TableProtos.TableName.Builder builderForValue)
optional .hbase.pb.TableName table_name = 1;
|
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.Builder.setTableName(TableProtos.TableName value)
optional .hbase.pb.TableName table_name = 1;
|
HBaseProtos.TableSchema.Builder |
HBaseProtos.TableSchema.toBuilder() |