public static final class WALProtos.FamilyScope extends com.google.protobuf.GeneratedMessage implements WALProtos.FamilyScopeOrBuilder
hbase.pb.FamilyScope| Modifier and Type | Class and Description |
|---|---|
static class |
WALProtos.FamilyScope.Builder
Protobuf type
hbase.pb.FamilyScope |
| Modifier and Type | Field and Description |
|---|---|
static int |
FAMILY_FIELD_NUMBER |
static <any> |
PARSER |
static int |
SCOPE_TYPE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static WALProtos.FamilyScope |
getDefaultInstance() |
WALProtos.FamilyScope |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.ByteString |
getFamily()
required bytes family = 1; |
<any> |
getParserForType() |
WALProtos.ScopeType |
getScopeType()
required .hbase.pb.ScopeType scope_type = 2; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasFamily()
required bytes family = 1; |
int |
hashCode() |
boolean |
hasScopeType()
required .hbase.pb.ScopeType scope_type = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static WALProtos.FamilyScope.Builder |
newBuilder() |
static WALProtos.FamilyScope.Builder |
newBuilder(WALProtos.FamilyScope prototype) |
WALProtos.FamilyScope.Builder |
newBuilderForType() |
protected WALProtos.FamilyScope.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static WALProtos.FamilyScope |
parseDelimitedFrom(java.io.InputStream input) |
static WALProtos.FamilyScope |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.FamilyScope |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.FamilyScope |
parseFrom(com.google.protobuf.ByteString data) |
static WALProtos.FamilyScope |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.FamilyScope |
parseFrom(com.google.protobuf.CodedInputStream input) |
static WALProtos.FamilyScope |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.FamilyScope |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
WALProtos.FamilyScope.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int FAMILY_FIELD_NUMBER
public static final int SCOPE_TYPE_FIELD_NUMBER
public static WALProtos.FamilyScope getDefaultInstance()
public WALProtos.FamilyScope getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public boolean hasFamily()
required bytes family = 1;hasFamily in interface WALProtos.FamilyScopeOrBuilderpublic com.google.protobuf.ByteString getFamily()
required bytes family = 1;getFamily in interface WALProtos.FamilyScopeOrBuilderpublic boolean hasScopeType()
required .hbase.pb.ScopeType scope_type = 2;hasScopeType in interface WALProtos.FamilyScopeOrBuilderpublic WALProtos.ScopeType getScopeType()
required .hbase.pb.ScopeType scope_type = 2;getScopeType in interface WALProtos.FamilyScopeOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic boolean equals(java.lang.Object obj)
public int hashCode()
public static WALProtos.FamilyScope parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WALProtos.FamilyScope parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WALProtos.FamilyScope parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static WALProtos.FamilyScope parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static WALProtos.FamilyScope parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static WALProtos.FamilyScope parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static WALProtos.FamilyScope parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static WALProtos.FamilyScope parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static WALProtos.FamilyScope.Builder newBuilder()
public WALProtos.FamilyScope.Builder newBuilderForType()
public static WALProtos.FamilyScope.Builder newBuilder(WALProtos.FamilyScope prototype)
public WALProtos.FamilyScope.Builder toBuilder()
protected WALProtos.FamilyScope.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)