public static final class HFileProtos.FileInfoProto.Builder extends <any> implements HFileProtos.FileInfoProtoOrBuilder
hbase.pb.FileInfoProto
Map of name/values
| Modifier and Type | Method and Description |
|---|---|
HFileProtos.FileInfoProto.Builder |
addAllMapEntry(java.lang.Iterable<? extends HBaseProtos.BytesBytesPair> values)
repeated .hbase.pb.BytesBytesPair map_entry = 1; |
HFileProtos.FileInfoProto.Builder |
addMapEntry(HBaseProtos.BytesBytesPair.Builder builderForValue)
repeated .hbase.pb.BytesBytesPair map_entry = 1; |
HFileProtos.FileInfoProto.Builder |
addMapEntry(HBaseProtos.BytesBytesPair value)
repeated .hbase.pb.BytesBytesPair map_entry = 1; |
HFileProtos.FileInfoProto.Builder |
addMapEntry(int index,
HBaseProtos.BytesBytesPair.Builder builderForValue)
repeated .hbase.pb.BytesBytesPair map_entry = 1; |
HFileProtos.FileInfoProto.Builder |
addMapEntry(int index,
HBaseProtos.BytesBytesPair value)
repeated .hbase.pb.BytesBytesPair map_entry = 1; |
HBaseProtos.BytesBytesPair.Builder |
addMapEntryBuilder()
repeated .hbase.pb.BytesBytesPair map_entry = 1; |
HBaseProtos.BytesBytesPair.Builder |
addMapEntryBuilder(int index)
repeated .hbase.pb.BytesBytesPair map_entry = 1; |
HFileProtos.FileInfoProto |
build() |
HFileProtos.FileInfoProto |
buildPartial() |
HFileProtos.FileInfoProto.Builder |
clear() |
HFileProtos.FileInfoProto.Builder |
clearMapEntry()
repeated .hbase.pb.BytesBytesPair map_entry = 1; |
HFileProtos.FileInfoProto.Builder |
clone() |
HFileProtos.FileInfoProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
HBaseProtos.BytesBytesPair |
getMapEntry(int index)
repeated .hbase.pb.BytesBytesPair map_entry = 1; |
HBaseProtos.BytesBytesPair.Builder |
getMapEntryBuilder(int index)
repeated .hbase.pb.BytesBytesPair map_entry = 1; |
java.util.List<HBaseProtos.BytesBytesPair.Builder> |
getMapEntryBuilderList()
repeated .hbase.pb.BytesBytesPair map_entry = 1; |
int |
getMapEntryCount()
repeated .hbase.pb.BytesBytesPair map_entry = 1; |
java.util.List<HBaseProtos.BytesBytesPair> |
getMapEntryList()
repeated .hbase.pb.BytesBytesPair map_entry = 1; |
HBaseProtos.BytesBytesPairOrBuilder |
getMapEntryOrBuilder(int index)
repeated .hbase.pb.BytesBytesPair map_entry = 1; |
java.util.List<? extends HBaseProtos.BytesBytesPairOrBuilder> |
getMapEntryOrBuilderList()
repeated .hbase.pb.BytesBytesPair map_entry = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
HFileProtos.FileInfoProto.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HFileProtos.FileInfoProto.Builder |
mergeFrom(com.google.protobuf.Message other) |
HFileProtos.FileInfoProto.Builder |
removeMapEntry(int index)
repeated .hbase.pb.BytesBytesPair map_entry = 1; |
HFileProtos.FileInfoProto.Builder |
setMapEntry(int index,
HBaseProtos.BytesBytesPair.Builder builderForValue)
repeated .hbase.pb.BytesBytesPair map_entry = 1; |
HFileProtos.FileInfoProto.Builder |
setMapEntry(int index,
HBaseProtos.BytesBytesPair value)
repeated .hbase.pb.BytesBytesPair map_entry = 1; |
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public HFileProtos.FileInfoProto.Builder clear()
public HFileProtos.FileInfoProto.Builder clone()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public HFileProtos.FileInfoProto getDefaultInstanceForType()
public HFileProtos.FileInfoProto build()
public HFileProtos.FileInfoProto buildPartial()
public HFileProtos.FileInfoProto.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public HFileProtos.FileInfoProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic java.util.List<HBaseProtos.BytesBytesPair> getMapEntryList()
repeated .hbase.pb.BytesBytesPair map_entry = 1;getMapEntryList in interface HFileProtos.FileInfoProtoOrBuilderpublic int getMapEntryCount()
repeated .hbase.pb.BytesBytesPair map_entry = 1;getMapEntryCount in interface HFileProtos.FileInfoProtoOrBuilderpublic HBaseProtos.BytesBytesPair getMapEntry(int index)
repeated .hbase.pb.BytesBytesPair map_entry = 1;getMapEntry in interface HFileProtos.FileInfoProtoOrBuilderpublic HFileProtos.FileInfoProto.Builder setMapEntry(int index, HBaseProtos.BytesBytesPair value)
repeated .hbase.pb.BytesBytesPair map_entry = 1;public HFileProtos.FileInfoProto.Builder setMapEntry(int index, HBaseProtos.BytesBytesPair.Builder builderForValue)
repeated .hbase.pb.BytesBytesPair map_entry = 1;public HFileProtos.FileInfoProto.Builder addMapEntry(HBaseProtos.BytesBytesPair value)
repeated .hbase.pb.BytesBytesPair map_entry = 1;public HFileProtos.FileInfoProto.Builder addMapEntry(int index, HBaseProtos.BytesBytesPair value)
repeated .hbase.pb.BytesBytesPair map_entry = 1;public HFileProtos.FileInfoProto.Builder addMapEntry(HBaseProtos.BytesBytesPair.Builder builderForValue)
repeated .hbase.pb.BytesBytesPair map_entry = 1;public HFileProtos.FileInfoProto.Builder addMapEntry(int index, HBaseProtos.BytesBytesPair.Builder builderForValue)
repeated .hbase.pb.BytesBytesPair map_entry = 1;public HFileProtos.FileInfoProto.Builder addAllMapEntry(java.lang.Iterable<? extends HBaseProtos.BytesBytesPair> values)
repeated .hbase.pb.BytesBytesPair map_entry = 1;public HFileProtos.FileInfoProto.Builder clearMapEntry()
repeated .hbase.pb.BytesBytesPair map_entry = 1;public HFileProtos.FileInfoProto.Builder removeMapEntry(int index)
repeated .hbase.pb.BytesBytesPair map_entry = 1;public HBaseProtos.BytesBytesPair.Builder getMapEntryBuilder(int index)
repeated .hbase.pb.BytesBytesPair map_entry = 1;public HBaseProtos.BytesBytesPairOrBuilder getMapEntryOrBuilder(int index)
repeated .hbase.pb.BytesBytesPair map_entry = 1;getMapEntryOrBuilder in interface HFileProtos.FileInfoProtoOrBuilderpublic java.util.List<? extends HBaseProtos.BytesBytesPairOrBuilder> getMapEntryOrBuilderList()
repeated .hbase.pb.BytesBytesPair map_entry = 1;getMapEntryOrBuilderList in interface HFileProtos.FileInfoProtoOrBuilderpublic HBaseProtos.BytesBytesPair.Builder addMapEntryBuilder()
repeated .hbase.pb.BytesBytesPair map_entry = 1;public HBaseProtos.BytesBytesPair.Builder addMapEntryBuilder(int index)
repeated .hbase.pb.BytesBytesPair map_entry = 1;public java.util.List<HBaseProtos.BytesBytesPair.Builder> getMapEntryBuilderList()
repeated .hbase.pb.BytesBytesPair map_entry = 1;