public static final class FilterPB.InclusiveStopFilter.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<FilterPB.InclusiveStopFilter,FilterPB.InclusiveStopFilter.Builder> implements FilterPB.InclusiveStopFilterOrBuilder
InclusiveStopFilter| Modifier and Type | Method and Description |
|---|---|
FilterPB.InclusiveStopFilter.Builder |
clearStopRowKey()
optional bytes stop_row_key = 1; |
com.google.protobuf.ByteString |
getStopRowKey()
optional bytes stop_row_key = 1; |
boolean |
hasStopRowKey()
optional bytes stop_row_key = 1; |
FilterPB.InclusiveStopFilter.Builder |
setStopRowKey(com.google.protobuf.ByteString value)
optional bytes stop_row_key = 1; |
build, buildPartial, clear, clone, copyOnWrite, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFromaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionpublic boolean hasStopRowKey()
optional bytes stop_row_key = 1;hasStopRowKey in interface FilterPB.InclusiveStopFilterOrBuilderpublic com.google.protobuf.ByteString getStopRowKey()
optional bytes stop_row_key = 1;getStopRowKey in interface FilterPB.InclusiveStopFilterOrBuilderpublic FilterPB.InclusiveStopFilter.Builder setStopRowKey(com.google.protobuf.ByteString value)
optional bytes stop_row_key = 1;public FilterPB.InclusiveStopFilter.Builder clearStopRowKey()
optional bytes stop_row_key = 1;Copyright © 2010–2018 The Async HBase Authors. All rights reserved.