public static final class HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder> implements HBaseBulkDeleteProtosClient.BulkDeleteRequestOrBuilder
BulkDeleteRequest
Modifier and Type | Method and Description |
---|---|
HBaseBulkDeleteProtosClient.BulkDeleteRequest |
build() |
HBaseBulkDeleteProtosClient.BulkDeleteRequest |
buildPartial() |
HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder |
clear() |
HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder |
clearAdapterIds()
optional bytes adapterIds = 5; |
HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder |
clearBlockCaching()
optional bool blockCaching = 7; |
HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder |
clearCacheSize()
optional int32 cacheSize = 8; |
HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder |
clearDeleteType()
required .BulkDeleteRequest.BulkDeleteType deleteType = 1; |
HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder |
clearFilter()
optional bytes filter = 3; |
HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder |
clearIndexMapping()
optional bytes indexMapping = 11; |
HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder |
clearModel()
optional bytes model = 4; |
HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder |
clearNumericIndexStrategyFilter()
optional bytes numericIndexStrategyFilter = 6; |
HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder |
clearRangeFilter()
optional bytes rangeFilter = 2; |
HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder |
clearRowBatchSize()
required uint32 rowBatchSize = 9; |
HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder |
clearTimestamp()
optional uint64 timestamp = 10; |
HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder |
clone() |
com.google.protobuf.ByteString |
getAdapterIds()
optional bytes adapterIds = 5; |
boolean |
getBlockCaching()
optional bool blockCaching = 7; |
int |
getCacheSize()
optional int32 cacheSize = 8; |
HBaseBulkDeleteProtosClient.BulkDeleteRequest |
getDefaultInstanceForType() |
HBaseBulkDeleteProtosClient.BulkDeleteRequest.BulkDeleteType |
getDeleteType()
required .BulkDeleteRequest.BulkDeleteType deleteType = 1; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.ByteString |
getFilter()
optional bytes filter = 3; |
com.google.protobuf.ByteString |
getIndexMapping()
optional bytes indexMapping = 11; |
com.google.protobuf.ByteString |
getModel()
optional bytes model = 4; |
com.google.protobuf.ByteString |
getNumericIndexStrategyFilter()
optional bytes numericIndexStrategyFilter = 6; |
com.google.protobuf.ByteString |
getRangeFilter()
optional bytes rangeFilter = 2; |
int |
getRowBatchSize()
required uint32 rowBatchSize = 9; |
long |
getTimestamp()
optional uint64 timestamp = 10; |
boolean |
hasAdapterIds()
optional bytes adapterIds = 5; |
boolean |
hasBlockCaching()
optional bool blockCaching = 7; |
boolean |
hasCacheSize()
optional int32 cacheSize = 8; |
boolean |
hasDeleteType()
required .BulkDeleteRequest.BulkDeleteType deleteType = 1; |
boolean |
hasFilter()
optional bytes filter = 3; |
boolean |
hasIndexMapping()
optional bytes indexMapping = 11; |
boolean |
hasModel()
optional bytes model = 4; |
boolean |
hasNumericIndexStrategyFilter()
optional bytes numericIndexStrategyFilter = 6; |
boolean |
hasRangeFilter()
optional bytes rangeFilter = 2; |
boolean |
hasRowBatchSize()
required uint32 rowBatchSize = 9; |
boolean |
hasTimestamp()
optional uint64 timestamp = 10; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder |
mergeFrom(HBaseBulkDeleteProtosClient.BulkDeleteRequest other) |
HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder |
setAdapterIds(com.google.protobuf.ByteString value)
optional bytes adapterIds = 5; |
HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder |
setBlockCaching(boolean value)
optional bool blockCaching = 7; |
HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder |
setCacheSize(int value)
optional int32 cacheSize = 8; |
HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder |
setDeleteType(HBaseBulkDeleteProtosClient.BulkDeleteRequest.BulkDeleteType value)
required .BulkDeleteRequest.BulkDeleteType deleteType = 1; |
HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder |
setFilter(com.google.protobuf.ByteString value)
optional bytes filter = 3; |
HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder |
setIndexMapping(com.google.protobuf.ByteString value)
optional bytes indexMapping = 11; |
HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder |
setModel(com.google.protobuf.ByteString value)
optional bytes model = 4; |
HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder |
setNumericIndexStrategyFilter(com.google.protobuf.ByteString value)
optional bytes numericIndexStrategyFilter = 6; |
HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder |
setRangeFilter(com.google.protobuf.ByteString value)
optional bytes rangeFilter = 2; |
HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder |
setRowBatchSize(int value)
required uint32 rowBatchSize = 9; |
HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder |
setTimestamp(long value)
optional uint64 timestamp = 10; |
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder>
public HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder>
public HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder>
public HBaseBulkDeleteProtosClient.BulkDeleteRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public HBaseBulkDeleteProtosClient.BulkDeleteRequest build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public HBaseBulkDeleteProtosClient.BulkDeleteRequest buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder>
public HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder mergeFrom(HBaseBulkDeleteProtosClient.BulkDeleteRequest other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder>
public HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder>
IOException
public boolean hasDeleteType()
required .BulkDeleteRequest.BulkDeleteType deleteType = 1;
hasDeleteType
in interface HBaseBulkDeleteProtosClient.BulkDeleteRequestOrBuilder
public HBaseBulkDeleteProtosClient.BulkDeleteRequest.BulkDeleteType getDeleteType()
required .BulkDeleteRequest.BulkDeleteType deleteType = 1;
getDeleteType
in interface HBaseBulkDeleteProtosClient.BulkDeleteRequestOrBuilder
public HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder setDeleteType(HBaseBulkDeleteProtosClient.BulkDeleteRequest.BulkDeleteType value)
required .BulkDeleteRequest.BulkDeleteType deleteType = 1;
public HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder clearDeleteType()
required .BulkDeleteRequest.BulkDeleteType deleteType = 1;
public boolean hasRangeFilter()
optional bytes rangeFilter = 2;
hasRangeFilter
in interface HBaseBulkDeleteProtosClient.BulkDeleteRequestOrBuilder
public com.google.protobuf.ByteString getRangeFilter()
optional bytes rangeFilter = 2;
getRangeFilter
in interface HBaseBulkDeleteProtosClient.BulkDeleteRequestOrBuilder
public HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder setRangeFilter(com.google.protobuf.ByteString value)
optional bytes rangeFilter = 2;
public HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder clearRangeFilter()
optional bytes rangeFilter = 2;
public boolean hasFilter()
optional bytes filter = 3;
hasFilter
in interface HBaseBulkDeleteProtosClient.BulkDeleteRequestOrBuilder
public com.google.protobuf.ByteString getFilter()
optional bytes filter = 3;
getFilter
in interface HBaseBulkDeleteProtosClient.BulkDeleteRequestOrBuilder
public HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder setFilter(com.google.protobuf.ByteString value)
optional bytes filter = 3;
public HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder clearFilter()
optional bytes filter = 3;
public boolean hasModel()
optional bytes model = 4;
hasModel
in interface HBaseBulkDeleteProtosClient.BulkDeleteRequestOrBuilder
public com.google.protobuf.ByteString getModel()
optional bytes model = 4;
getModel
in interface HBaseBulkDeleteProtosClient.BulkDeleteRequestOrBuilder
public HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder setModel(com.google.protobuf.ByteString value)
optional bytes model = 4;
public HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder clearModel()
optional bytes model = 4;
public boolean hasAdapterIds()
optional bytes adapterIds = 5;
hasAdapterIds
in interface HBaseBulkDeleteProtosClient.BulkDeleteRequestOrBuilder
public com.google.protobuf.ByteString getAdapterIds()
optional bytes adapterIds = 5;
getAdapterIds
in interface HBaseBulkDeleteProtosClient.BulkDeleteRequestOrBuilder
public HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder setAdapterIds(com.google.protobuf.ByteString value)
optional bytes adapterIds = 5;
public HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder clearAdapterIds()
optional bytes adapterIds = 5;
public boolean hasNumericIndexStrategyFilter()
optional bytes numericIndexStrategyFilter = 6;
hasNumericIndexStrategyFilter
in interface HBaseBulkDeleteProtosClient.BulkDeleteRequestOrBuilder
public com.google.protobuf.ByteString getNumericIndexStrategyFilter()
optional bytes numericIndexStrategyFilter = 6;
getNumericIndexStrategyFilter
in interface HBaseBulkDeleteProtosClient.BulkDeleteRequestOrBuilder
public HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder setNumericIndexStrategyFilter(com.google.protobuf.ByteString value)
optional bytes numericIndexStrategyFilter = 6;
public HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder clearNumericIndexStrategyFilter()
optional bytes numericIndexStrategyFilter = 6;
public boolean hasBlockCaching()
optional bool blockCaching = 7;
hasBlockCaching
in interface HBaseBulkDeleteProtosClient.BulkDeleteRequestOrBuilder
public boolean getBlockCaching()
optional bool blockCaching = 7;
getBlockCaching
in interface HBaseBulkDeleteProtosClient.BulkDeleteRequestOrBuilder
public HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder setBlockCaching(boolean value)
optional bool blockCaching = 7;
public HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder clearBlockCaching()
optional bool blockCaching = 7;
public boolean hasCacheSize()
optional int32 cacheSize = 8;
hasCacheSize
in interface HBaseBulkDeleteProtosClient.BulkDeleteRequestOrBuilder
public int getCacheSize()
optional int32 cacheSize = 8;
getCacheSize
in interface HBaseBulkDeleteProtosClient.BulkDeleteRequestOrBuilder
public HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder setCacheSize(int value)
optional int32 cacheSize = 8;
public HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder clearCacheSize()
optional int32 cacheSize = 8;
public boolean hasRowBatchSize()
required uint32 rowBatchSize = 9;
hasRowBatchSize
in interface HBaseBulkDeleteProtosClient.BulkDeleteRequestOrBuilder
public int getRowBatchSize()
required uint32 rowBatchSize = 9;
getRowBatchSize
in interface HBaseBulkDeleteProtosClient.BulkDeleteRequestOrBuilder
public HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder setRowBatchSize(int value)
required uint32 rowBatchSize = 9;
public HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder clearRowBatchSize()
required uint32 rowBatchSize = 9;
public boolean hasTimestamp()
optional uint64 timestamp = 10;
hasTimestamp
in interface HBaseBulkDeleteProtosClient.BulkDeleteRequestOrBuilder
public long getTimestamp()
optional uint64 timestamp = 10;
getTimestamp
in interface HBaseBulkDeleteProtosClient.BulkDeleteRequestOrBuilder
public HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder setTimestamp(long value)
optional uint64 timestamp = 10;
public HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder clearTimestamp()
optional uint64 timestamp = 10;
public boolean hasIndexMapping()
optional bytes indexMapping = 11;
hasIndexMapping
in interface HBaseBulkDeleteProtosClient.BulkDeleteRequestOrBuilder
public com.google.protobuf.ByteString getIndexMapping()
optional bytes indexMapping = 11;
getIndexMapping
in interface HBaseBulkDeleteProtosClient.BulkDeleteRequestOrBuilder
public HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder setIndexMapping(com.google.protobuf.ByteString value)
optional bytes indexMapping = 11;
public HBaseBulkDeleteProtosClient.BulkDeleteRequest.Builder clearIndexMapping()
optional bytes indexMapping = 11;
Copyright © 2013–2022. All rights reserved.