public static final class BulkDeleteProtos.BulkDeleteRequest extends GeneratedMessage implements BulkDeleteProtos.BulkDeleteRequestOrBuilder
hbase.pb.BulkDeleteRequest| Modifier and Type | Class and Description |
|---|---|
static class |
BulkDeleteProtos.BulkDeleteRequest.Builder
Protobuf type
hbase.pb.BulkDeleteRequest |
static class |
BulkDeleteProtos.BulkDeleteRequest.DeleteType
Protobuf enum
hbase.pb.BulkDeleteRequest.DeleteType |
GeneratedMessage.BuilderParent, GeneratedMessage.ExtendableBuilder<MessageType extends GeneratedMessage.ExtendableMessage,BuilderType extends GeneratedMessage.ExtendableBuilder>, GeneratedMessage.ExtendableMessage<MessageType extends GeneratedMessage.ExtendableMessage>, GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends GeneratedMessage.ExtendableMessage>, GeneratedMessage.FieldAccessorTable, GeneratedMessage.GeneratedExtension<ContainingType extends Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
DELETETYPE_FIELD_NUMBER |
static Parser<BulkDeleteProtos.BulkDeleteRequest> |
PARSER |
static int |
ROWBATCHSIZE_FIELD_NUMBER |
static int |
SCAN_FIELD_NUMBER |
static int |
TIMESTAMP_FIELD_NUMBER |
alwaysUseFieldBuildersgetAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, hasFieldtoByteArray, toByteString, writeDelimitedTo, writeTopublic static Parser<BulkDeleteProtos.BulkDeleteRequest> PARSER
public static final int SCAN_FIELD_NUMBER
public static final int DELETETYPE_FIELD_NUMBER
public static final int TIMESTAMP_FIELD_NUMBER
public static final int ROWBATCHSIZE_FIELD_NUMBER
public static BulkDeleteProtos.BulkDeleteRequest getDefaultInstance()
public BulkDeleteProtos.BulkDeleteRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic final UnknownFieldSet getUnknownFields()
getUnknownFields in interface MessageOrBuildergetUnknownFields in class GeneratedMessagepublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessagepublic Parser<BulkDeleteProtos.BulkDeleteRequest> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessagepublic boolean hasScan()
required .hbase.pb.Scan scan = 1;hasScan in interface BulkDeleteProtos.BulkDeleteRequestOrBuilderpublic ClientProtos.Scan getScan()
required .hbase.pb.Scan scan = 1;getScan in interface BulkDeleteProtos.BulkDeleteRequestOrBuilderpublic ClientProtos.ScanOrBuilder getScanOrBuilder()
required .hbase.pb.Scan scan = 1;getScanOrBuilder in interface BulkDeleteProtos.BulkDeleteRequestOrBuilderpublic boolean hasDeleteType()
required .hbase.pb.BulkDeleteRequest.DeleteType deleteType = 2;hasDeleteType in interface BulkDeleteProtos.BulkDeleteRequestOrBuilderpublic BulkDeleteProtos.BulkDeleteRequest.DeleteType getDeleteType()
required .hbase.pb.BulkDeleteRequest.DeleteType deleteType = 2;getDeleteType in interface BulkDeleteProtos.BulkDeleteRequestOrBuilderpublic boolean hasTimestamp()
optional uint64 timestamp = 3;hasTimestamp in interface BulkDeleteProtos.BulkDeleteRequestOrBuilderpublic long getTimestamp()
optional uint64 timestamp = 3;getTimestamp in interface BulkDeleteProtos.BulkDeleteRequestOrBuilderpublic boolean hasRowBatchSize()
required uint32 rowBatchSize = 4;hasRowBatchSize in interface BulkDeleteProtos.BulkDeleteRequestOrBuilderpublic int getRowBatchSize()
required uint32 rowBatchSize = 4;getRowBatchSize in interface BulkDeleteProtos.BulkDeleteRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessagepublic void writeTo(CodedOutputStream output) throws IOException
writeTo in interface MessageLitewriteTo in class AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface MessageLitegetSerializedSize in class AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class GeneratedMessageObjectStreamExceptionpublic boolean equals(Object obj)
equals in interface Messageequals in class AbstractMessagepublic int hashCode()
hashCode in interface MessagehashCode in class AbstractMessagepublic static BulkDeleteProtos.BulkDeleteRequest parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static BulkDeleteProtos.BulkDeleteRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static BulkDeleteProtos.BulkDeleteRequest parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static BulkDeleteProtos.BulkDeleteRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static BulkDeleteProtos.BulkDeleteRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static BulkDeleteProtos.BulkDeleteRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BulkDeleteProtos.BulkDeleteRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static BulkDeleteProtos.BulkDeleteRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BulkDeleteProtos.BulkDeleteRequest parseFrom(CodedInputStream input) throws IOException
IOExceptionpublic static BulkDeleteProtos.BulkDeleteRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BulkDeleteProtos.BulkDeleteRequest.Builder newBuilder()
public BulkDeleteProtos.BulkDeleteRequest.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static BulkDeleteProtos.BulkDeleteRequest.Builder newBuilder(BulkDeleteProtos.BulkDeleteRequest prototype)
public BulkDeleteProtos.BulkDeleteRequest.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected BulkDeleteProtos.BulkDeleteRequest.Builder newBuilderForType(GeneratedMessage.BuilderParent parent)
newBuilderForType in class GeneratedMessageCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.