public static final class SnapshotProtos.SnapshotDescription.Builder extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<SnapshotProtos.SnapshotDescription.Builder> implements SnapshotProtos.SnapshotDescriptionOrBuilder
Description of the snapshot to takeProtobuf type
hbase.pb.SnapshotDescription| 限定符和类型 | 方法和说明 |
|---|---|
SnapshotProtos.SnapshotDescription.Builder |
addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SnapshotProtos.SnapshotDescription |
build() |
SnapshotProtos.SnapshotDescription |
buildPartial() |
SnapshotProtos.SnapshotDescription.Builder |
clear() |
SnapshotProtos.SnapshotDescription.Builder |
clearCreationTime()
optional int64 creation_time = 3 [default = 0]; |
SnapshotProtos.SnapshotDescription.Builder |
clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field) |
SnapshotProtos.SnapshotDescription.Builder |
clearName()
required string name = 1; |
SnapshotProtos.SnapshotDescription.Builder |
clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SnapshotProtos.SnapshotDescription.Builder |
clearOwner()
optional string owner = 6; |
SnapshotProtos.SnapshotDescription.Builder |
clearTable()
not needed for delete, but checked for in taking snapshot
optional string table = 2; |
SnapshotProtos.SnapshotDescription.Builder |
clearType()
optional .hbase.pb.SnapshotDescription.Type type = 4 [default = FLUSH]; |
SnapshotProtos.SnapshotDescription.Builder |
clearUsersAndPermissions()
optional .hbase.pb.UsersAndPermissions users_and_permissions = 7; |
SnapshotProtos.SnapshotDescription.Builder |
clearVersion()
optional int32 version = 5; |
SnapshotProtos.SnapshotDescription.Builder |
clone() |
long |
getCreationTime()
optional int64 creation_time = 3 [default = 0]; |
SnapshotProtos.SnapshotDescription |
getDefaultInstanceForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getName()
required string name = 1; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
String |
getOwner()
optional string owner = 6; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getOwnerBytes()
optional string owner = 6; |
String |
getTable()
not needed for delete, but checked for in taking snapshot
optional string table = 2; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getTableBytes()
not needed for delete, but checked for in taking snapshot
optional string table = 2; |
SnapshotProtos.SnapshotDescription.Type |
getType()
optional .hbase.pb.SnapshotDescription.Type type = 4 [default = FLUSH]; |
AccessControlProtos.UsersAndPermissions |
getUsersAndPermissions()
optional .hbase.pb.UsersAndPermissions users_and_permissions = 7; |
AccessControlProtos.UsersAndPermissions.Builder |
getUsersAndPermissionsBuilder()
optional .hbase.pb.UsersAndPermissions users_and_permissions = 7; |
AccessControlProtos.UsersAndPermissionsOrBuilder |
getUsersAndPermissionsOrBuilder()
optional .hbase.pb.UsersAndPermissions users_and_permissions = 7; |
int |
getVersion()
optional int32 version = 5; |
boolean |
hasCreationTime()
optional int64 creation_time = 3 [default = 0]; |
boolean |
hasName()
required string name = 1; |
boolean |
hasOwner()
optional string owner = 6; |
boolean |
hasTable()
not needed for delete, but checked for in taking snapshot
optional string table = 2; |
boolean |
hasType()
optional .hbase.pb.SnapshotDescription.Type type = 4 [default = FLUSH]; |
boolean |
hasUsersAndPermissions()
optional .hbase.pb.UsersAndPermissions users_and_permissions = 7; |
boolean |
hasVersion()
optional int32 version = 5; |
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
SnapshotProtos.SnapshotDescription.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SnapshotProtos.SnapshotDescription.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other) |
SnapshotProtos.SnapshotDescription.Builder |
mergeFrom(SnapshotProtos.SnapshotDescription other) |
SnapshotProtos.SnapshotDescription.Builder |
mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
SnapshotProtos.SnapshotDescription.Builder |
mergeUsersAndPermissions(AccessControlProtos.UsersAndPermissions value)
optional .hbase.pb.UsersAndPermissions users_and_permissions = 7; |
SnapshotProtos.SnapshotDescription.Builder |
setCreationTime(long value)
optional int64 creation_time = 3 [default = 0]; |
SnapshotProtos.SnapshotDescription.Builder |
setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SnapshotProtos.SnapshotDescription.Builder |
setName(String value)
required string name = 1; |
SnapshotProtos.SnapshotDescription.Builder |
setNameBytes(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
required string name = 1; |
SnapshotProtos.SnapshotDescription.Builder |
setOwner(String value)
optional string owner = 6; |
SnapshotProtos.SnapshotDescription.Builder |
setOwnerBytes(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional string owner = 6; |
SnapshotProtos.SnapshotDescription.Builder |
setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
SnapshotProtos.SnapshotDescription.Builder |
setTable(String value)
not needed for delete, but checked for in taking snapshot
optional string table = 2; |
SnapshotProtos.SnapshotDescription.Builder |
setTableBytes(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
not needed for delete, but checked for in taking snapshot
optional string table = 2; |
SnapshotProtos.SnapshotDescription.Builder |
setType(SnapshotProtos.SnapshotDescription.Type value)
optional .hbase.pb.SnapshotDescription.Type type = 4 [default = FLUSH]; |
SnapshotProtos.SnapshotDescription.Builder |
setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
SnapshotProtos.SnapshotDescription.Builder |
setUsersAndPermissions(AccessControlProtos.UsersAndPermissions.Builder builderForValue)
optional .hbase.pb.UsersAndPermissions users_and_permissions = 7; |
SnapshotProtos.SnapshotDescription.Builder |
setUsersAndPermissions(AccessControlProtos.UsersAndPermissions value)
optional .hbase.pb.UsersAndPermissions users_and_permissions = 7; |
SnapshotProtos.SnapshotDescription.Builder |
setVersion(int value)
optional int32 version = 5; |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionpublic static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<SnapshotProtos.SnapshotDescription.Builder>public SnapshotProtos.SnapshotDescription.Builder clear()
clear 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclear 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclear 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<SnapshotProtos.SnapshotDescription.Builder>public org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<SnapshotProtos.SnapshotDescription.Builder>public SnapshotProtos.SnapshotDescription getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderpublic SnapshotProtos.SnapshotDescription build()
build 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderbuild 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic SnapshotProtos.SnapshotDescription buildPartial()
buildPartial 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderbuildPartial 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic SnapshotProtos.SnapshotDescription.Builder clone()
clone 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclone 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclone 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<SnapshotProtos.SnapshotDescription.Builder>public SnapshotProtos.SnapshotDescription.Builder setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetField 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<SnapshotProtos.SnapshotDescription.Builder>public SnapshotProtos.SnapshotDescription.Builder clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field)
clearField 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearField 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<SnapshotProtos.SnapshotDescription.Builder>public SnapshotProtos.SnapshotDescription.Builder clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearOneof 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<SnapshotProtos.SnapshotDescription.Builder>public SnapshotProtos.SnapshotDescription.Builder setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetRepeatedField 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<SnapshotProtos.SnapshotDescription.Builder>public SnapshotProtos.SnapshotDescription.Builder addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderaddRepeatedField 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<SnapshotProtos.SnapshotDescription.Builder>public SnapshotProtos.SnapshotDescription.Builder mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other)
mergeFrom 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom 在类中 org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessage.Builder<SnapshotProtos.SnapshotDescription.Builder>public SnapshotProtos.SnapshotDescription.Builder mergeFrom(SnapshotProtos.SnapshotDescription other)
public final boolean isInitialized()
isInitialized 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<SnapshotProtos.SnapshotDescription.Builder>public SnapshotProtos.SnapshotDescription.Builder mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.BuildermergeFrom 在类中 org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessage.Builder<SnapshotProtos.SnapshotDescription.Builder>IOExceptionpublic boolean hasName()
required string name = 1;public String getName()
required string name = 1;public org.apache.hbase.thirdparty.com.google.protobuf.ByteString getNameBytes()
required string name = 1;public SnapshotProtos.SnapshotDescription.Builder setName(String value)
required string name = 1;public SnapshotProtos.SnapshotDescription.Builder clearName()
required string name = 1;public SnapshotProtos.SnapshotDescription.Builder setNameBytes(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
required string name = 1;public boolean hasTable()
not needed for delete, but checked for in taking snapshot
optional string table = 2;public String getTable()
not needed for delete, but checked for in taking snapshot
optional string table = 2;public org.apache.hbase.thirdparty.com.google.protobuf.ByteString getTableBytes()
not needed for delete, but checked for in taking snapshot
optional string table = 2;public SnapshotProtos.SnapshotDescription.Builder setTable(String value)
not needed for delete, but checked for in taking snapshot
optional string table = 2;public SnapshotProtos.SnapshotDescription.Builder clearTable()
not needed for delete, but checked for in taking snapshot
optional string table = 2;public SnapshotProtos.SnapshotDescription.Builder setTableBytes(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
not needed for delete, but checked for in taking snapshot
optional string table = 2;public boolean hasCreationTime()
optional int64 creation_time = 3 [default = 0];public long getCreationTime()
optional int64 creation_time = 3 [default = 0];public SnapshotProtos.SnapshotDescription.Builder setCreationTime(long value)
optional int64 creation_time = 3 [default = 0];public SnapshotProtos.SnapshotDescription.Builder clearCreationTime()
optional int64 creation_time = 3 [default = 0];public boolean hasType()
optional .hbase.pb.SnapshotDescription.Type type = 4 [default = FLUSH];public SnapshotProtos.SnapshotDescription.Type getType()
optional .hbase.pb.SnapshotDescription.Type type = 4 [default = FLUSH];public SnapshotProtos.SnapshotDescription.Builder setType(SnapshotProtos.SnapshotDescription.Type value)
optional .hbase.pb.SnapshotDescription.Type type = 4 [default = FLUSH];public SnapshotProtos.SnapshotDescription.Builder clearType()
optional .hbase.pb.SnapshotDescription.Type type = 4 [default = FLUSH];public boolean hasVersion()
optional int32 version = 5;public int getVersion()
optional int32 version = 5;public SnapshotProtos.SnapshotDescription.Builder setVersion(int value)
optional int32 version = 5;public SnapshotProtos.SnapshotDescription.Builder clearVersion()
optional int32 version = 5;public boolean hasOwner()
optional string owner = 6;public String getOwner()
optional string owner = 6;public org.apache.hbase.thirdparty.com.google.protobuf.ByteString getOwnerBytes()
optional string owner = 6;public SnapshotProtos.SnapshotDescription.Builder setOwner(String value)
optional string owner = 6;public SnapshotProtos.SnapshotDescription.Builder clearOwner()
optional string owner = 6;public SnapshotProtos.SnapshotDescription.Builder setOwnerBytes(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
optional string owner = 6;public boolean hasUsersAndPermissions()
optional .hbase.pb.UsersAndPermissions users_and_permissions = 7;public AccessControlProtos.UsersAndPermissions getUsersAndPermissions()
optional .hbase.pb.UsersAndPermissions users_and_permissions = 7;public SnapshotProtos.SnapshotDescription.Builder setUsersAndPermissions(AccessControlProtos.UsersAndPermissions value)
optional .hbase.pb.UsersAndPermissions users_and_permissions = 7;public SnapshotProtos.SnapshotDescription.Builder setUsersAndPermissions(AccessControlProtos.UsersAndPermissions.Builder builderForValue)
optional .hbase.pb.UsersAndPermissions users_and_permissions = 7;public SnapshotProtos.SnapshotDescription.Builder mergeUsersAndPermissions(AccessControlProtos.UsersAndPermissions value)
optional .hbase.pb.UsersAndPermissions users_and_permissions = 7;public SnapshotProtos.SnapshotDescription.Builder clearUsersAndPermissions()
optional .hbase.pb.UsersAndPermissions users_and_permissions = 7;public AccessControlProtos.UsersAndPermissions.Builder getUsersAndPermissionsBuilder()
optional .hbase.pb.UsersAndPermissions users_and_permissions = 7;public AccessControlProtos.UsersAndPermissionsOrBuilder getUsersAndPermissionsOrBuilder()
optional .hbase.pb.UsersAndPermissions users_and_permissions = 7;public final SnapshotProtos.SnapshotDescription.Builder setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetUnknownFields 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<SnapshotProtos.SnapshotDescription.Builder>public final SnapshotProtos.SnapshotDescription.Builder mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeUnknownFields 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<SnapshotProtos.SnapshotDescription.Builder>Copyright © 2007–2019. All rights reserved.