org.apache.hadoop.hbase.coprocessor.example.generated
Interface BulkDeleteProtos.BulkDeleteRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BulkDeleteProtos.BulkDeleteRequest, BulkDeleteProtos.BulkDeleteRequest.Builder
Enclosing class:
BulkDeleteProtos

public static interface BulkDeleteProtos.BulkDeleteRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 BulkDeleteProtos.BulkDeleteRequest.DeleteType getDeleteType()
          required .BulkDeleteRequest.DeleteType deleteType = 2;
 int getRowBatchSize()
          required uint32 rowBatchSize = 4;
 ClientProtos.Scan getScan()
          required .Scan scan = 1;
 ClientProtos.ScanOrBuilder getScanOrBuilder()
          required .Scan scan = 1;
 long getTimestamp()
          optional uint64 timestamp = 3;
 boolean hasDeleteType()
          required .BulkDeleteRequest.DeleteType deleteType = 2;
 boolean hasRowBatchSize()
          required uint32 rowBatchSize = 4;
 boolean hasScan()
          required .Scan scan = 1;
 boolean hasTimestamp()
          optional uint64 timestamp = 3;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasScan

boolean hasScan()
required .Scan scan = 1;


getScan

ClientProtos.Scan getScan()
required .Scan scan = 1;


getScanOrBuilder

ClientProtos.ScanOrBuilder getScanOrBuilder()
required .Scan scan = 1;


hasDeleteType

boolean hasDeleteType()
required .BulkDeleteRequest.DeleteType deleteType = 2;


getDeleteType

BulkDeleteProtos.BulkDeleteRequest.DeleteType getDeleteType()
required .BulkDeleteRequest.DeleteType deleteType = 2;


hasTimestamp

boolean hasTimestamp()
optional uint64 timestamp = 3;


getTimestamp

long getTimestamp()
optional uint64 timestamp = 3;


hasRowBatchSize

boolean hasRowBatchSize()
required uint32 rowBatchSize = 4;


getRowBatchSize

int getRowBatchSize()
required uint32 rowBatchSize = 4;



Copyright © 2015 The Apache Software Foundation. All rights reserved.