Skip navigation links
A B C D E F G H I L M N O P Q R S T V W 

A

addAllFamilyPath(Iterable<? extends ClientProtos.BulkLoadHFileRequest.FamilyPath>) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;
addAllFirstPart(Iterable<? extends ByteString>) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse.Builder
repeated bytes first_part = 1;
addAllResult(Iterable<String>) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder
repeated string result = 3;
addAllResult(Iterable<String>) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse.Builder
repeated string result = 1;
addFamilyPath(ClientProtos.BulkLoadHFileRequest.FamilyPath) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;
addFamilyPath(int, ClientProtos.BulkLoadHFileRequest.FamilyPath) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;
addFamilyPath(ClientProtos.BulkLoadHFileRequest.FamilyPath.Builder) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;
addFamilyPath(int, ClientProtos.BulkLoadHFileRequest.FamilyPath.Builder) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;
addFamilyPathBuilder() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;
addFamilyPathBuilder(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;
addFirstPart(ByteString) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse.Builder
repeated bytes first_part = 1;
addResult(String) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder
repeated string result = 3;
addResult(String) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse.Builder
repeated string result = 1;
addResultBytes(ByteString) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder
repeated string result = 3;
addResultBytes(ByteString) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse.Builder
repeated string result = 1;
AggregateImplementation<T,S,P extends com.google.protobuf.Message,Q extends com.google.protobuf.Message,R extends com.google.protobuf.Message> - Class in org.apache.hadoop.hbase.coprocessor
A concrete AggregateProtocol implementation.
AggregateImplementation() - Constructor for class org.apache.hadoop.hbase.coprocessor.AggregateImplementation
 
AggregateProtos - Class in org.apache.hadoop.hbase.protobuf.generated
 
AggregateProtos.AggregateRequest - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf type hbase.pb.AggregateRequest
AggregateProtos.AggregateRequest.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf type hbase.pb.AggregateRequest
AggregateProtos.AggregateRequestOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
 
AggregateProtos.AggregateResponse - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf type hbase.pb.AggregateResponse
AggregateProtos.AggregateResponse.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf type hbase.pb.AggregateResponse
AggregateProtos.AggregateResponseOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
 
AggregateProtos.AggregateService - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf service hbase.pb.AggregateService
AggregateProtos.AggregateService.BlockingInterface - Interface in org.apache.hadoop.hbase.protobuf.generated
 
AggregateProtos.AggregateService.Interface - Interface in org.apache.hadoop.hbase.protobuf.generated
 
AggregateProtos.AggregateService.Stub - Class in org.apache.hadoop.hbase.protobuf.generated
 
AggregateService() - Constructor for class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService
 
AggregationClient - Class in org.apache.hadoop.hbase.client.coprocessor
This client class is for invoking the aggregate functions deployed on the Region Server side via the AggregateService.
AggregationClient(Configuration) - Constructor for class org.apache.hadoop.hbase.client.coprocessor.AggregationClient
Constructor with Conf object
AggregationHelper - Class in org.apache.hadoop.hbase.client.coprocessor
Helper class for constructing aggregation request and response.
ASSIGN_SEQ_NUM_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
 
AsyncAggregationClient - Class in org.apache.hadoop.hbase.client.coprocessor
This client class is for invoking the aggregate functions deployed on the Region Server side via the AggregateService.
avg(TableName, ColumnInterpreter<R, S, P, Q, T>, Scan) - Method in class org.apache.hadoop.hbase.client.coprocessor.AggregationClient
This is the client side interface/handle for calling the average method for a given cf-cq combination.
avg(Table, ColumnInterpreter<R, S, P, Q, T>, Scan) - Method in class org.apache.hadoop.hbase.client.coprocessor.AggregationClient
This is the client side interface/handle for calling the average method for a given cf-cq combination.
avg(AsyncTable<?>, ColumnInterpreter<R, S, P, Q, T>, Scan) - Static method in class org.apache.hadoop.hbase.client.coprocessor.AsyncAggregationClient
 

B

build() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.Builder
 
build() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse.Builder
 
build() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest.Builder
 
build() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse.Builder
 
build() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest.Builder
 
build() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse.Builder
 
build() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest.Builder
 
build() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse.Builder
 
build() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest.Builder
 
build() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse.Builder
 
build() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder
 
build() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse.Builder
 
build() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder
 
build() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse.Builder
 
build() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest.Builder
 
build() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse.Builder
 
build() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest.Builder
 
build() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse.Builder
 
build() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest.Builder
 
build() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse.Builder
 
build() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
 
build() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse.Builder
 
build() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
 
build() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
 
buildPartial() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse.Builder
 
BULK_TOKEN_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
 
BulkDeleteProtos - Class in org.apache.hadoop.hbase.coprocessor.example.generated
 
BulkDeleteProtos.BulkDeleteRequest - Class in org.apache.hadoop.hbase.coprocessor.example.generated
Protobuf type hbase.pb.BulkDeleteRequest
BulkDeleteProtos.BulkDeleteRequest.Builder - Class in org.apache.hadoop.hbase.coprocessor.example.generated
Protobuf type hbase.pb.BulkDeleteRequest
BulkDeleteProtos.BulkDeleteRequest.DeleteType - Enum in org.apache.hadoop.hbase.coprocessor.example.generated
Protobuf enum hbase.pb.BulkDeleteRequest.DeleteType
BulkDeleteProtos.BulkDeleteRequestOrBuilder - Interface in org.apache.hadoop.hbase.coprocessor.example.generated
 
BulkDeleteProtos.BulkDeleteResponse - Class in org.apache.hadoop.hbase.coprocessor.example.generated
Protobuf type hbase.pb.BulkDeleteResponse
BulkDeleteProtos.BulkDeleteResponse.Builder - Class in org.apache.hadoop.hbase.coprocessor.example.generated
Protobuf type hbase.pb.BulkDeleteResponse
BulkDeleteProtos.BulkDeleteResponseOrBuilder - Interface in org.apache.hadoop.hbase.coprocessor.example.generated
 
BulkDeleteProtos.BulkDeleteService - Class in org.apache.hadoop.hbase.coprocessor.example.generated
Protobuf service hbase.pb.BulkDeleteService
BulkDeleteProtos.BulkDeleteService.BlockingInterface - Interface in org.apache.hadoop.hbase.coprocessor.example.generated
 
BulkDeleteProtos.BulkDeleteService.Interface - Interface in org.apache.hadoop.hbase.coprocessor.example.generated
 
BulkDeleteProtos.BulkDeleteService.Stub - Class in org.apache.hadoop.hbase.coprocessor.example.generated
 
BulkDeleteService() - Constructor for class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteService
 

C

callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteService
 
callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.ColumnAggregationService
 
callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationServiceWithErrors
 
callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationServiceNullResponse
 
callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyService
 
callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService
 
callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportService
 
callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadService
 
CELLCOUNT_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse
 
cleanupBulkLoad(RpcController, ClientProtos.CleanupBulkLoadRequest) - Method in interface org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadService.BlockingInterface
 
cleanupBulkLoad(RpcController, ClientProtos.CleanupBulkLoadRequest, RpcCallback<ClientProtos.CleanupBulkLoadResponse>) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadService
rpc CleanupBulkLoad(.hbase.pb.CleanupBulkLoadRequest) returns (.hbase.pb.CleanupBulkLoadResponse);
cleanupBulkLoad(RpcController, ClientProtos.CleanupBulkLoadRequest, RpcCallback<ClientProtos.CleanupBulkLoadResponse>) - Method in interface org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadService.Interface
rpc CleanupBulkLoad(.hbase.pb.CleanupBulkLoadRequest) returns (.hbase.pb.CleanupBulkLoadResponse);
cleanupBulkLoad(RpcController, ClientProtos.CleanupBulkLoadRequest, RpcCallback<ClientProtos.CleanupBulkLoadResponse>) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadService.Stub
 
cleanupBulkLoad(RpcController, ClientProtos.CleanupBulkLoadRequest, RpcCallback<ClientProtos.CleanupBulkLoadResponse>) - Method in class org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint
Deprecated.
 
clear() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.Builder
 
clear() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse.Builder
 
clear() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest.Builder
 
clear() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse.Builder
 
clear() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest.Builder
 
clear() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse.Builder
 
clear() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest.Builder
 
clear() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse.Builder
 
clear() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest.Builder
 
clear() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse.Builder
 
clear() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder
 
clear() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse.Builder
 
clear() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder
 
clear() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse.Builder
 
clear() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest.Builder
 
clear() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse.Builder
 
clear() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest.Builder
 
clear() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse.Builder
 
clear() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest.Builder
 
clear() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse.Builder
 
clear() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
 
clear() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse.Builder
 
clear() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
 
clear() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse.Builder
 
clearAssignSeqNum() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
optional bool assign_seq_num = 2;
clearBulkToken() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
required string bulk_token = 4;
clearCellCount() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse.Builder
required uint64 cellCount = 2;
clearCompressCodec() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
optional string compressCodec = 5;
clearCompressed() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
optional bool compressed = 3 [default = false];
clearCompressType() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
optional string compressType = 4;
clearCounter() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder
required int32 counter = 2;
clearDeleteType() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.Builder
required .hbase.pb.BulkDeleteRequest.DeleteType deleteType = 2;
clearFamily() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest.Builder
required bytes family = 1;
clearFamily() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest.Builder
required bytes family = 1;
clearFamily() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest.Builder
required bytes family = 1;
clearFamilyPath() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;
clearFirstPart() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse.Builder
repeated bytes first_part = 1;
clearFsToken() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
optional .hbase.pb.DelegationToken fsToken = 6;
clearFsToken() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
required .hbase.pb.DelegationToken fs_token = 3;
clearInterpreterClassName() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest.Builder
required string interpreter_class_name = 1;
clearInterpreterSpecificBytes() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest.Builder
optional bytes interpreter_specific_bytes = 3;
clearLoaded() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse.Builder
required bool loaded = 1;
clearOutputPath() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
required string outputPath = 2;
clearPerson() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder
required bytes person = 1;
clearQualifier() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest.Builder
optional bytes qualifier = 2;
clearQualifier() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest.Builder
optional bytes qualifier = 2;
clearQualifier() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest.Builder
optional bytes qualifier = 2;
clearResponse() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse.Builder
required int32 response = 1;
clearResult() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder
repeated string result = 3;
clearResult() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse.Builder
repeated string result = 1;
clearRow() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder
required bytes row = 2;
clearRow() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder
required bytes row = 1;
clearRow() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest.Builder
required bytes row = 1;
clearRow1() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest.Builder
required bytes row1 = 1;
clearRow2() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest.Builder
required bytes row2 = 2;
clearRowBatchSize() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.Builder
required uint32 rowBatchSize = 4;
clearRowCount() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse.Builder
required uint64 rowCount = 1;
clearRowsDeleted() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse.Builder
required uint64 rowsDeleted = 1;
clearScan() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.Builder
required .hbase.pb.Scan scan = 1;
clearScan() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest.Builder
required .hbase.pb.Scan scan = 2;
clearScan() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
required .hbase.pb.Scan scan = 1;
clearSecondPart() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse.Builder
optional bytes second_part = 2;
clearSum() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse.Builder
required int64 sum = 1;
clearSum() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse.Builder
required int64 sum = 1;
clearSum() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse.Builder
optional int64 sum = 1;
clearTimestamp() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.Builder
optional uint64 timestamp = 3;
clearValue() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest.Builder
optional uint64 value = 1;
clearValue() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse.Builder
required string value = 1;
clearVersionsDeleted() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse.Builder
optional uint64 versionsDeleted = 2;
clone() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.Builder
 
clone() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse.Builder
 
clone() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest.Builder
 
clone() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse.Builder
 
clone() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest.Builder
 
clone() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse.Builder
 
clone() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest.Builder
 
clone() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse.Builder
 
clone() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest.Builder
 
clone() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse.Builder
 
clone() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder
 
clone() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse.Builder
 
clone() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder
 
clone() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse.Builder
 
clone() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest.Builder
 
clone() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse.Builder
 
clone() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest.Builder
 
clone() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse.Builder
 
clone() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest.Builder
 
clone() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse.Builder
 
clone() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
 
clone() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse.Builder
 
clone() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
 
clone() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse.Builder
 
close() - Method in class org.apache.hadoop.hbase.client.coprocessor.AggregationClient
 
COLUMN_VALUE - Static variable in enum org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.DeleteType
COLUMN = 2;
ColumnAggregationProtos - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
 
ColumnAggregationProtos.ColumnAggregationService - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf service ColumnAggregationService
ColumnAggregationProtos.ColumnAggregationService.BlockingInterface - Interface in org.apache.hadoop.hbase.coprocessor.protobuf.generated
 
ColumnAggregationProtos.ColumnAggregationService.Interface - Interface in org.apache.hadoop.hbase.coprocessor.protobuf.generated
 
ColumnAggregationProtos.ColumnAggregationService.Stub - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
 
ColumnAggregationProtos.SumRequest - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf type SumRequest
ColumnAggregationProtos.SumRequest.Builder - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf type SumRequest
ColumnAggregationProtos.SumRequestOrBuilder - Interface in org.apache.hadoop.hbase.coprocessor.protobuf.generated
 
ColumnAggregationProtos.SumResponse - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf type SumResponse
ColumnAggregationProtos.SumResponse.Builder - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf type SumResponse
ColumnAggregationProtos.SumResponseOrBuilder - Interface in org.apache.hadoop.hbase.coprocessor.protobuf.generated
 
ColumnAggregationService() - Constructor for class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.ColumnAggregationService
 
ColumnAggregationServiceNullResponse() - Constructor for class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationServiceNullResponse
 
ColumnAggregationServiceWithErrors() - Constructor for class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationServiceWithErrors
 
ColumnAggregationWithErrorsProtos - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
 
ColumnAggregationWithErrorsProtos.ColumnAggregationServiceWithErrors - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf service ColumnAggregationServiceWithErrors
ColumnAggregationWithErrorsProtos.ColumnAggregationServiceWithErrors.BlockingInterface - Interface in org.apache.hadoop.hbase.coprocessor.protobuf.generated
 
ColumnAggregationWithErrorsProtos.ColumnAggregationServiceWithErrors.Interface - Interface in org.apache.hadoop.hbase.coprocessor.protobuf.generated
 
ColumnAggregationWithErrorsProtos.ColumnAggregationServiceWithErrors.Stub - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
 
ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf type ColumnAggregationWithErrorsSumRequest
ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest.Builder - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf type ColumnAggregationWithErrorsSumRequest
ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequestOrBuilder - Interface in org.apache.hadoop.hbase.coprocessor.protobuf.generated
 
ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf type ColumnAggregationWithErrorsSumResponse
ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse.Builder - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf type ColumnAggregationWithErrorsSumResponse
ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponseOrBuilder - Interface in org.apache.hadoop.hbase.coprocessor.protobuf.generated
 
ColumnAggregationWithNullResponseProtos - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
 
ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf type ColumnAggregationNullResponseSumRequest
ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest.Builder - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf type ColumnAggregationNullResponseSumRequest
ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequestOrBuilder - Interface in org.apache.hadoop.hbase.coprocessor.protobuf.generated
 
ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf type ColumnAggregationNullResponseSumResponse
ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse.Builder - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf type ColumnAggregationNullResponseSumResponse
ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponseOrBuilder - Interface in org.apache.hadoop.hbase.coprocessor.protobuf.generated
 
ColumnAggregationWithNullResponseProtos.ColumnAggregationServiceNullResponse - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf service ColumnAggregationServiceNullResponse
ColumnAggregationWithNullResponseProtos.ColumnAggregationServiceNullResponse.BlockingInterface - Interface in org.apache.hadoop.hbase.coprocessor.protobuf.generated
 
ColumnAggregationWithNullResponseProtos.ColumnAggregationServiceNullResponse.Interface - Interface in org.apache.hadoop.hbase.coprocessor.protobuf.generated
 
ColumnAggregationWithNullResponseProtos.ColumnAggregationServiceNullResponse.Stub - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
 
COMPRESSCODEC_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
 
COMPRESSED_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
 
COMPRESSTYPE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
 
COUNTER_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest
 

D

delete(RpcController, BulkDeleteProtos.BulkDeleteRequest) - Method in interface org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteService.BlockingInterface
 
delete(RpcController, BulkDeleteProtos.BulkDeleteRequest, RpcCallback<BulkDeleteProtos.BulkDeleteResponse>) - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteService
rpc delete(.hbase.pb.BulkDeleteRequest) returns (.hbase.pb.BulkDeleteResponse);
delete(RpcController, BulkDeleteProtos.BulkDeleteRequest, RpcCallback<BulkDeleteProtos.BulkDeleteResponse>) - Method in interface org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteService.Interface
rpc delete(.hbase.pb.BulkDeleteRequest) returns (.hbase.pb.BulkDeleteResponse);
delete(RpcController, BulkDeleteProtos.BulkDeleteRequest, RpcCallback<BulkDeleteProtos.BulkDeleteResponse>) - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteService.Stub
 
DELETETYPE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
 
dummyCall(RpcController, DummyRegionServerEndpointProtos.DummyRequest) - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyService.BlockingInterface
 
dummyCall(RpcController, DummyRegionServerEndpointProtos.DummyRequest, RpcCallback<DummyRegionServerEndpointProtos.DummyResponse>) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyService
rpc dummyCall(.hbase.test.pb.DummyRequest) returns (.hbase.test.pb.DummyResponse);
dummyCall(RpcController, DummyRegionServerEndpointProtos.DummyRequest, RpcCallback<DummyRegionServerEndpointProtos.DummyResponse>) - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyService.Interface
rpc dummyCall(.hbase.test.pb.DummyRequest) returns (.hbase.test.pb.DummyResponse);
dummyCall(RpcController, DummyRegionServerEndpointProtos.DummyRequest, RpcCallback<DummyRegionServerEndpointProtos.DummyResponse>) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyService.Stub
 
DummyRegionServerEndpointProtos - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
 
DummyRegionServerEndpointProtos.DummyRequest - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf type hbase.test.pb.DummyRequest
DummyRegionServerEndpointProtos.DummyRequest.Builder - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf type hbase.test.pb.DummyRequest
DummyRegionServerEndpointProtos.DummyRequestOrBuilder - Interface in org.apache.hadoop.hbase.coprocessor.protobuf.generated
 
DummyRegionServerEndpointProtos.DummyResponse - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf type hbase.test.pb.DummyResponse
DummyRegionServerEndpointProtos.DummyResponse.Builder - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf type hbase.test.pb.DummyResponse
DummyRegionServerEndpointProtos.DummyResponseOrBuilder - Interface in org.apache.hadoop.hbase.coprocessor.protobuf.generated
 
DummyRegionServerEndpointProtos.DummyService - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf service hbase.test.pb.DummyService
DummyRegionServerEndpointProtos.DummyService.BlockingInterface - Interface in org.apache.hadoop.hbase.coprocessor.protobuf.generated
 
DummyRegionServerEndpointProtos.DummyService.Interface - Interface in org.apache.hadoop.hbase.coprocessor.protobuf.generated
 
DummyRegionServerEndpointProtos.DummyService.Stub - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
 
DummyService() - Constructor for class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyService
 
dummyThrow(RpcController, DummyRegionServerEndpointProtos.DummyRequest) - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyService.BlockingInterface
 
dummyThrow(RpcController, DummyRegionServerEndpointProtos.DummyRequest, RpcCallback<DummyRegionServerEndpointProtos.DummyResponse>) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyService
rpc dummyThrow(.hbase.test.pb.DummyRequest) returns (.hbase.test.pb.DummyResponse);
dummyThrow(RpcController, DummyRegionServerEndpointProtos.DummyRequest, RpcCallback<DummyRegionServerEndpointProtos.DummyResponse>) - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyService.Interface
rpc dummyThrow(.hbase.test.pb.DummyRequest) returns (.hbase.test.pb.DummyResponse);
dummyThrow(RpcController, DummyRegionServerEndpointProtos.DummyRequest, RpcCallback<DummyRegionServerEndpointProtos.DummyResponse>) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyService.Stub
 

E

equals(Object) - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
 
equals(Object) - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse
 
equals(Object) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest
 
equals(Object) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse
 
equals(Object) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest
 
equals(Object) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse
 
equals(Object) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest
 
equals(Object) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse
 
equals(Object) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest
 
equals(Object) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse
 
equals(Object) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
 
equals(Object) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse
 
equals(Object) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest
 
equals(Object) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse
 
equals(Object) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
 
equals(Object) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse
 
equals(Object) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest
 
equals(Object) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse
 
equals(Object) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
 
equals(Object) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse
 
equals(Object) - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
 
equals(Object) - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse
 
equals(Object) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
 
equals(Object) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse
 
Export - Class in org.apache.hadoop.hbase.coprocessor
Export an HBase table.
Export() - Constructor for class org.apache.hadoop.hbase.coprocessor.Export
 
export(RpcController, ExportProtos.ExportRequest, RpcCallback<ExportProtos.ExportResponse>) - Method in class org.apache.hadoop.hbase.coprocessor.Export
 
export(RpcController, ExportProtos.ExportRequest) - Method in interface org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportService.BlockingInterface
 
export(RpcController, ExportProtos.ExportRequest, RpcCallback<ExportProtos.ExportResponse>) - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportService
rpc export(.hbase.pb.ExportRequest) returns (.hbase.pb.ExportResponse);
export(RpcController, ExportProtos.ExportRequest, RpcCallback<ExportProtos.ExportResponse>) - Method in interface org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportService.Interface
rpc export(.hbase.pb.ExportRequest) returns (.hbase.pb.ExportResponse);
export(RpcController, ExportProtos.ExportRequest, RpcCallback<ExportProtos.ExportResponse>) - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportService.Stub
 
Export.Response - Class in org.apache.hadoop.hbase.coprocessor
 
ExportProtos - Class in org.apache.hadoop.hbase.protobuf.generated
 
ExportProtos.ExportRequest - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf type hbase.pb.ExportRequest
ExportProtos.ExportRequest.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf type hbase.pb.ExportRequest
ExportProtos.ExportRequestOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
 
ExportProtos.ExportResponse - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf type hbase.pb.ExportResponse
ExportProtos.ExportResponse.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf type hbase.pb.ExportResponse
ExportProtos.ExportResponseOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
 
ExportProtos.ExportService - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf service hbase.pb.ExportService
ExportProtos.ExportService.BlockingInterface - Interface in org.apache.hadoop.hbase.protobuf.generated
 
ExportProtos.ExportService.Interface - Interface in org.apache.hadoop.hbase.protobuf.generated
 
ExportProtos.ExportService.Stub - Class in org.apache.hadoop.hbase.protobuf.generated
 
ExportService() - Constructor for class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportService
 

F

FAMILY_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest
 
FAMILY_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest
 
FAMILY_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest
 
FAMILY_PATH_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
 
FAMILY_VALUE - Static variable in enum org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.DeleteType
FAMILY = 1;
FIRST_PART_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse
 
FS_TOKEN_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
 
FSTOKEN_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
 

G

getAssignSeqNum() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
optional bool assign_seq_num = 2;
getAssignSeqNum() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
optional bool assign_seq_num = 2;
getAssignSeqNum() - Method in interface org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequestOrBuilder
optional bool assign_seq_num = 2;
getAvg(RpcController, AggregateProtos.AggregateRequest, RpcCallback<AggregateProtos.AggregateResponse>) - Method in class org.apache.hadoop.hbase.coprocessor.AggregateImplementation
Gives a Pair with first object as Sum and second object as row count, computed for a given combination of column qualifier and column family in the given row range as defined in the Scan object.
getAvg(RpcController, AggregateProtos.AggregateRequest) - Method in interface org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService.BlockingInterface
 
getAvg(RpcController, AggregateProtos.AggregateRequest, RpcCallback<AggregateProtos.AggregateResponse>) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService
rpc GetAvg(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse);
getAvg(RpcController, AggregateProtos.AggregateRequest, RpcCallback<AggregateProtos.AggregateResponse>) - Method in interface org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService.Interface
rpc GetAvg(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse);
getAvg(RpcController, AggregateProtos.AggregateRequest, RpcCallback<AggregateProtos.AggregateResponse>) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService.Stub
 
getBulkToken() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
required string bulk_token = 4;
getBulkToken() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
required string bulk_token = 4;
getBulkToken() - Method in interface org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequestOrBuilder
required string bulk_token = 4;
getBulkTokenBytes() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
required string bulk_token = 4;
getBulkTokenBytes() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
required string bulk_token = 4;
getBulkTokenBytes() - Method in interface org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequestOrBuilder
required string bulk_token = 4;
getCellCount() - Method in class org.apache.hadoop.hbase.coprocessor.Export.Response
 
getCellCount() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse.Builder
required uint64 cellCount = 2;
getCellCount() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse
required uint64 cellCount = 2;
getCellCount() - Method in interface org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponseOrBuilder
required uint64 cellCount = 2;
getChannel() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteService.Stub
 
getChannel() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.ColumnAggregationService.Stub
 
getChannel() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationServiceWithErrors.Stub
 
getChannel() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationServiceNullResponse.Stub
 
getChannel() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyService.Stub
 
getChannel() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService.Stub
 
getChannel() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportService.Stub
 
getChannel() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadService.Stub
 
getCompressCodec() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
optional string compressCodec = 5;
getCompressCodec() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
optional string compressCodec = 5;
getCompressCodec() - Method in interface org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequestOrBuilder
optional string compressCodec = 5;
getCompressCodecBytes() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
optional string compressCodec = 5;
getCompressCodecBytes() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
optional string compressCodec = 5;
getCompressCodecBytes() - Method in interface org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequestOrBuilder
optional string compressCodec = 5;
getCompressed() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
optional bool compressed = 3 [default = false];
getCompressed() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
optional bool compressed = 3 [default = false];
getCompressed() - Method in interface org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequestOrBuilder
optional bool compressed = 3 [default = false];
getCompressType() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
optional string compressType = 4;
getCompressType() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
optional string compressType = 4;
getCompressType() - Method in interface org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequestOrBuilder
optional string compressType = 4;
getCompressTypeBytes() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
optional string compressType = 4;
getCompressTypeBytes() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
optional string compressType = 4;
getCompressTypeBytes() - Method in interface org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequestOrBuilder
optional string compressType = 4;
getCounter() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder
required int32 counter = 2;
getCounter() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest
required int32 counter = 2;
getCounter() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequestOrBuilder
required int32 counter = 2;
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
 
getDefaultInstance() - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse.Builder
 
getDefaultInstanceForType() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse
 
getDeleteType() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.Builder
required .hbase.pb.BulkDeleteRequest.DeleteType deleteType = 2;
getDeleteType() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
required .hbase.pb.BulkDeleteRequest.DeleteType deleteType = 2;
getDeleteType() - Method in interface org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequestOrBuilder
required .hbase.pb.BulkDeleteRequest.DeleteType deleteType = 2;
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.Builder
 
getDescriptor() - Static method in enum org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.DeleteType
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteService
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.ColumnAggregationService
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationServiceWithErrors
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationServiceNullResponse
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyService
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportService
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse.Builder
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse
 
getDescriptor() - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadService
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.Builder
 
getDescriptorForType() - Method in enum org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.DeleteType
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteService
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.ColumnAggregationService
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationServiceWithErrors
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationServiceNullResponse
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyService
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportService
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse.Builder
 
getDescriptorForType() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadService
 
getFamily() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest.Builder
required bytes family = 1;
getFamily() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest
required bytes family = 1;
getFamily() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequestOrBuilder
required bytes family = 1;
getFamily() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest.Builder
required bytes family = 1;
getFamily() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest
required bytes family = 1;
getFamily() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequestOrBuilder
required bytes family = 1;
getFamily() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest.Builder
required bytes family = 1;
getFamily() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest
required bytes family = 1;
getFamily() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequestOrBuilder
required bytes family = 1;
getFamilyPath(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;
getFamilyPath(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;
getFamilyPath(int) - Method in interface org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequestOrBuilder
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;
getFamilyPathBuilder(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;
getFamilyPathBuilderList() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;
getFamilyPathCount() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;
getFamilyPathCount() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;
getFamilyPathCount() - Method in interface org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequestOrBuilder
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;
getFamilyPathList() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;
getFamilyPathList() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;
getFamilyPathList() - Method in interface org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequestOrBuilder
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;
getFamilyPathOrBuilder(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;
getFamilyPathOrBuilder(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;
getFamilyPathOrBuilder(int) - Method in interface org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequestOrBuilder
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;
getFamilyPathOrBuilderList() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;
getFamilyPathOrBuilderList() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;
getFamilyPathOrBuilderList() - Method in interface org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequestOrBuilder
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;
getFirstPart(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse.Builder
repeated bytes first_part = 1;
getFirstPart(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse
repeated bytes first_part = 1;
getFirstPart(int) - Method in interface org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponseOrBuilder
repeated bytes first_part = 1;
getFirstPartCount() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse.Builder
repeated bytes first_part = 1;
getFirstPartCount() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse
repeated bytes first_part = 1;
getFirstPartCount() - Method in interface org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponseOrBuilder
repeated bytes first_part = 1;
getFirstPartList() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse.Builder
repeated bytes first_part = 1;
getFirstPartList() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse
repeated bytes first_part = 1;
getFirstPartList() - Method in interface org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponseOrBuilder
repeated bytes first_part = 1;
getFsToken() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
optional .hbase.pb.DelegationToken fsToken = 6;
getFsToken() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
optional .hbase.pb.DelegationToken fsToken = 6;
getFsToken() - Method in interface org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequestOrBuilder
optional .hbase.pb.DelegationToken fsToken = 6;
getFsToken() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
required .hbase.pb.DelegationToken fs_token = 3;
getFsToken() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
required .hbase.pb.DelegationToken fs_token = 3;
getFsToken() - Method in interface org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequestOrBuilder
required .hbase.pb.DelegationToken fs_token = 3;
getFsTokenBuilder() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
optional .hbase.pb.DelegationToken fsToken = 6;
getFsTokenBuilder() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
required .hbase.pb.DelegationToken fs_token = 3;
getFsTokenOrBuilder() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
optional .hbase.pb.DelegationToken fsToken = 6;
getFsTokenOrBuilder() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
optional .hbase.pb.DelegationToken fsToken = 6;
getFsTokenOrBuilder() - Method in interface org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequestOrBuilder
optional .hbase.pb.DelegationToken fsToken = 6;
getFsTokenOrBuilder() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
required .hbase.pb.DelegationToken fs_token = 3;
getFsTokenOrBuilder() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
required .hbase.pb.DelegationToken fs_token = 3;
getFsTokenOrBuilder() - Method in interface org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequestOrBuilder
required .hbase.pb.DelegationToken fs_token = 3;
getInterpreterClassName() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest.Builder
required string interpreter_class_name = 1;
getInterpreterClassName() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
required string interpreter_class_name = 1;
getInterpreterClassName() - Method in interface org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequestOrBuilder
required string interpreter_class_name = 1;
getInterpreterClassNameBytes() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest.Builder
required string interpreter_class_name = 1;
getInterpreterClassNameBytes() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
required string interpreter_class_name = 1;
getInterpreterClassNameBytes() - Method in interface org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequestOrBuilder
required string interpreter_class_name = 1;
getInterpreterSpecificBytes() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest.Builder
optional bytes interpreter_specific_bytes = 3;
getInterpreterSpecificBytes() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
optional bytes interpreter_specific_bytes = 3;
getInterpreterSpecificBytes() - Method in interface org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequestOrBuilder
optional bytes interpreter_specific_bytes = 3;
getLoaded() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse.Builder
required bool loaded = 1;
getLoaded() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse
required bool loaded = 1;
getLoaded() - Method in interface org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponseOrBuilder
required bool loaded = 1;
getMax(RpcController, AggregateProtos.AggregateRequest, RpcCallback<AggregateProtos.AggregateResponse>) - Method in class org.apache.hadoop.hbase.coprocessor.AggregateImplementation
Gives the maximum for a given combination of column qualifier and column family, in the given row range as defined in the Scan object.
getMax(RpcController, AggregateProtos.AggregateRequest) - Method in interface org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService.BlockingInterface
 
getMax(RpcController, AggregateProtos.AggregateRequest, RpcCallback<AggregateProtos.AggregateResponse>) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService
rpc GetMax(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse);
getMax(RpcController, AggregateProtos.AggregateRequest, RpcCallback<AggregateProtos.AggregateResponse>) - Method in interface org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService.Interface
rpc GetMax(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse);
getMax(RpcController, AggregateProtos.AggregateRequest, RpcCallback<AggregateProtos.AggregateResponse>) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService.Stub
 
getMedian(RpcController, AggregateProtos.AggregateRequest, RpcCallback<AggregateProtos.AggregateResponse>) - Method in class org.apache.hadoop.hbase.coprocessor.AggregateImplementation
Gives a List containing sum of values and sum of weights.
getMedian(RpcController, AggregateProtos.AggregateRequest) - Method in interface org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService.BlockingInterface
 
getMedian(RpcController, AggregateProtos.AggregateRequest, RpcCallback<AggregateProtos.AggregateResponse>) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService
rpc GetMedian(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse);
getMedian(RpcController, AggregateProtos.AggregateRequest, RpcCallback<AggregateProtos.AggregateResponse>) - Method in interface org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService.Interface
rpc GetMedian(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse);
getMedian(RpcController, AggregateProtos.AggregateRequest, RpcCallback<AggregateProtos.AggregateResponse>) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService.Stub
 
getMin(RpcController, AggregateProtos.AggregateRequest, RpcCallback<AggregateProtos.AggregateResponse>) - Method in class org.apache.hadoop.hbase.coprocessor.AggregateImplementation
Gives the minimum for a given combination of column qualifier and column family, in the given row range as defined in the Scan object.
getMin(RpcController, AggregateProtos.AggregateRequest) - Method in interface org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService.BlockingInterface
 
getMin(RpcController, AggregateProtos.AggregateRequest, RpcCallback<AggregateProtos.AggregateResponse>) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService
rpc GetMin(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse);
getMin(RpcController, AggregateProtos.AggregateRequest, RpcCallback<AggregateProtos.AggregateResponse>) - Method in interface org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService.Interface
rpc GetMin(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse);
getMin(RpcController, AggregateProtos.AggregateRequest, RpcCallback<AggregateProtos.AggregateResponse>) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService.Stub
 
getNumber() - Method in enum org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.DeleteType
 
getOutputPath() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
required string outputPath = 2;
getOutputPath() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
required string outputPath = 2;
getOutputPath() - Method in interface org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequestOrBuilder
required string outputPath = 2;
getOutputPathBytes() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
required string outputPath = 2;
getOutputPathBytes() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
required string outputPath = 2;
getOutputPathBytes() - Method in interface org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequestOrBuilder
required string outputPath = 2;
getParsedGenericInstance(Class<?>, int, ByteString) - Static method in class org.apache.hadoop.hbase.client.coprocessor.AggregationHelper
Get an instance of the argument type declared in a class's signature.
getParserForType() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
 
getParserForType() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse
 
getParserForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest
 
getParserForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse
 
getParserForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest
 
getParserForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse
 
getParserForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest
 
getParserForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse
 
getParserForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest
 
getParserForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse
 
getParserForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
 
getParserForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse
 
getParserForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest
 
getParserForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse
 
getParserForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
 
getParserForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse
 
getParserForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest
 
getParserForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse
 
getParserForType() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
 
getParserForType() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse
 
getParserForType() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
 
getParserForType() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse
 
getParserForType() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
 
getParserForType() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse
 
getPerson() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder
required bytes person = 1;
getPerson() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
required bytes person = 1;
getPerson() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequestOrBuilder
required bytes person = 1;
getQualifier() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest.Builder
optional bytes qualifier = 2;
getQualifier() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest
optional bytes qualifier = 2;
getQualifier() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequestOrBuilder
optional bytes qualifier = 2;
getQualifier() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest.Builder
optional bytes qualifier = 2;
getQualifier() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest
optional bytes qualifier = 2;
getQualifier() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequestOrBuilder
optional bytes qualifier = 2;
getQualifier() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest.Builder
optional bytes qualifier = 2;
getQualifier() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest
optional bytes qualifier = 2;
getQualifier() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequestOrBuilder
optional bytes qualifier = 2;
getRequestPrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteService
 
getRequestPrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.ColumnAggregationService
 
getRequestPrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationServiceWithErrors
 
getRequestPrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationServiceNullResponse
 
getRequestPrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyService
 
getRequestPrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService
 
getRequestPrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportService
 
getRequestPrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadService
 
getResponse() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse.Builder
required int32 response = 1;
getResponse() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse
required int32 response = 1;
getResponse() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponseOrBuilder
required int32 response = 1;
getResponsePrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteService
 
getResponsePrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.ColumnAggregationService
 
getResponsePrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationServiceWithErrors
 
getResponsePrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationServiceNullResponse
 
getResponsePrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyService
 
getResponsePrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService
 
getResponsePrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportService
 
getResponsePrototype(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadService
 
getResult(int) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder
repeated string result = 3;
getResult(int) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
repeated string result = 3;
getResult(int) - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequestOrBuilder
repeated string result = 3;
getResult(int) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse.Builder
repeated string result = 1;
getResult(int) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse
repeated string result = 1;
getResult(int) - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponseOrBuilder
repeated string result = 1;
getResultBytes(int) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder
repeated string result = 3;
getResultBytes(int) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
repeated string result = 3;
getResultBytes(int) - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequestOrBuilder
repeated string result = 3;
getResultBytes(int) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse.Builder
repeated string result = 1;
getResultBytes(int) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse
repeated string result = 1;
getResultBytes(int) - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponseOrBuilder
repeated string result = 1;
getResultCount() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder
repeated string result = 3;
getResultCount() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
repeated string result = 3;
getResultCount() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequestOrBuilder
repeated string result = 3;
getResultCount() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse.Builder
repeated string result = 1;
getResultCount() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse
repeated string result = 1;
getResultCount() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponseOrBuilder
repeated string result = 1;
getResultList() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder
repeated string result = 3;
getResultList() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
repeated string result = 3;
getResultList() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequestOrBuilder
repeated string result = 3;
getResultList() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse.Builder
repeated string result = 1;
getResultList() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse
repeated string result = 1;
getResultList() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponseOrBuilder
repeated string result = 1;
getRow() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder
required bytes row = 2;
getRow() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
required bytes row = 2;
getRow() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequestOrBuilder
required bytes row = 2;
getRow() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder
required bytes row = 1;
getRow() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest
required bytes row = 1;
getRow() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequestOrBuilder
required bytes row = 1;
getRow() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest.Builder
required bytes row = 1;
getRow() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest
required bytes row = 1;
getRow() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequestOrBuilder
required bytes row = 1;
getRow1() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest.Builder
required bytes row1 = 1;
getRow1() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
required bytes row1 = 1;
getRow1() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequestOrBuilder
required bytes row1 = 1;
getRow2() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest.Builder
required bytes row2 = 2;
getRow2() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
required bytes row2 = 2;
getRow2() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequestOrBuilder
required bytes row2 = 2;
getRowBatchSize() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.Builder
required uint32 rowBatchSize = 4;
getRowBatchSize() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
required uint32 rowBatchSize = 4;
getRowBatchSize() - Method in interface org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequestOrBuilder
required uint32 rowBatchSize = 4;
getRowCount() - Method in class org.apache.hadoop.hbase.coprocessor.Export.Response
 
getRowCount() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse.Builder
required uint64 rowCount = 1;
getRowCount() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse
required uint64 rowCount = 1;
getRowCount() - Method in interface org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponseOrBuilder
required uint64 rowCount = 1;
getRowNum(RpcController, AggregateProtos.AggregateRequest, RpcCallback<AggregateProtos.AggregateResponse>) - Method in class org.apache.hadoop.hbase.coprocessor.AggregateImplementation
Gives the row count for the given column family and column qualifier, in the given row range as defined in the Scan object.
getRowNum(RpcController, AggregateProtos.AggregateRequest) - Method in interface org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService.BlockingInterface
 
getRowNum(RpcController, AggregateProtos.AggregateRequest, RpcCallback<AggregateProtos.AggregateResponse>) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService
rpc GetRowNum(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse);
getRowNum(RpcController, AggregateProtos.AggregateRequest, RpcCallback<AggregateProtos.AggregateResponse>) - Method in interface org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService.Interface
rpc GetRowNum(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse);
getRowNum(RpcController, AggregateProtos.AggregateRequest, RpcCallback<AggregateProtos.AggregateResponse>) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService.Stub
 
getRowsDeleted() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse.Builder
required uint64 rowsDeleted = 1;
getRowsDeleted() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse
required uint64 rowsDeleted = 1;
getRowsDeleted() - Method in interface org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponseOrBuilder
required uint64 rowsDeleted = 1;
getScan() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.Builder
required .hbase.pb.Scan scan = 1;
getScan() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
required .hbase.pb.Scan scan = 1;
getScan() - Method in interface org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequestOrBuilder
required .hbase.pb.Scan scan = 1;
getScan() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest.Builder
required .hbase.pb.Scan scan = 2;
getScan() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
required .hbase.pb.Scan scan = 2;
getScan() - Method in interface org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequestOrBuilder
required .hbase.pb.Scan scan = 2;
getScan() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
required .hbase.pb.Scan scan = 1;
getScan() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
required .hbase.pb.Scan scan = 1;
getScan() - Method in interface org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequestOrBuilder
required .hbase.pb.Scan scan = 1;
getScanBuilder() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.Builder
required .hbase.pb.Scan scan = 1;
getScanBuilder() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest.Builder
required .hbase.pb.Scan scan = 2;
getScanBuilder() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
required .hbase.pb.Scan scan = 1;
getScanOrBuilder() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.Builder
required .hbase.pb.Scan scan = 1;
getScanOrBuilder() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
required .hbase.pb.Scan scan = 1;
getScanOrBuilder() - Method in interface org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequestOrBuilder
required .hbase.pb.Scan scan = 1;
getScanOrBuilder() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest.Builder
required .hbase.pb.Scan scan = 2;
getScanOrBuilder() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
required .hbase.pb.Scan scan = 2;
getScanOrBuilder() - Method in interface org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequestOrBuilder
required .hbase.pb.Scan scan = 2;
getScanOrBuilder() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
required .hbase.pb.Scan scan = 1;
getScanOrBuilder() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
required .hbase.pb.Scan scan = 1;
getScanOrBuilder() - Method in interface org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequestOrBuilder
required .hbase.pb.Scan scan = 1;
getSecondPart() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse.Builder
optional bytes second_part = 2;
getSecondPart() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse
optional bytes second_part = 2;
getSecondPart() - Method in interface org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponseOrBuilder
optional bytes second_part = 2;
getSerializedSize() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
 
getSerializedSize() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse
 
getServices() - Method in class org.apache.hadoop.hbase.coprocessor.AggregateImplementation
 
getServices() - Method in class org.apache.hadoop.hbase.coprocessor.Export
 
getServices() - Method in class org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint
Deprecated.
 
getStd(RpcController, AggregateProtos.AggregateRequest, RpcCallback<AggregateProtos.AggregateResponse>) - Method in class org.apache.hadoop.hbase.coprocessor.AggregateImplementation
Gives a Pair with first object a List containing Sum and sum of squares, and the second object as row count.
getStd(RpcController, AggregateProtos.AggregateRequest) - Method in interface org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService.BlockingInterface
 
getStd(RpcController, AggregateProtos.AggregateRequest, RpcCallback<AggregateProtos.AggregateResponse>) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService
rpc GetStd(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse);
getStd(RpcController, AggregateProtos.AggregateRequest, RpcCallback<AggregateProtos.AggregateResponse>) - Method in interface org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService.Interface
rpc GetStd(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse);
getStd(RpcController, AggregateProtos.AggregateRequest, RpcCallback<AggregateProtos.AggregateResponse>) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService.Stub
 
getSum(RpcController, AggregateProtos.AggregateRequest, RpcCallback<AggregateProtos.AggregateResponse>) - Method in class org.apache.hadoop.hbase.coprocessor.AggregateImplementation
Gives the sum for a given combination of column qualifier and column family, in the given row range as defined in the Scan object.
getSum() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse.Builder
required int64 sum = 1;
getSum() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse
required int64 sum = 1;
getSum() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponseOrBuilder
required int64 sum = 1;
getSum() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse.Builder
required int64 sum = 1;
getSum() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse
required int64 sum = 1;
getSum() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponseOrBuilder
required int64 sum = 1;
getSum() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse.Builder
optional int64 sum = 1;
getSum() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse
optional int64 sum = 1;
getSum() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponseOrBuilder
optional int64 sum = 1;
getSum(RpcController, AggregateProtos.AggregateRequest) - Method in interface org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService.BlockingInterface
 
getSum(RpcController, AggregateProtos.AggregateRequest, RpcCallback<AggregateProtos.AggregateResponse>) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService
rpc GetSum(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse);
getSum(RpcController, AggregateProtos.AggregateRequest, RpcCallback<AggregateProtos.AggregateResponse>) - Method in interface org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService.Interface
rpc GetSum(.hbase.pb.AggregateRequest) returns (.hbase.pb.AggregateResponse);
getSum(RpcController, AggregateProtos.AggregateRequest, RpcCallback<AggregateProtos.AggregateResponse>) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService.Stub
 
getTimestamp() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.Builder
optional uint64 timestamp = 3;
getTimestamp() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
optional uint64 timestamp = 3;
getTimestamp() - Method in interface org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequestOrBuilder
optional uint64 timestamp = 3;
getUnknownFields() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
 
getUnknownFields() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse
 
getUnknownFields() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest
 
getUnknownFields() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse
 
getUnknownFields() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest
 
getUnknownFields() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse
 
getUnknownFields() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest
 
getUnknownFields() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse
 
getUnknownFields() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest
 
getUnknownFields() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse
 
getUnknownFields() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
 
getUnknownFields() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse
 
getUnknownFields() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest
 
getUnknownFields() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse
 
getUnknownFields() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
 
getUnknownFields() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse
 
getUnknownFields() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest
 
getUnknownFields() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse
 
getUnknownFields() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
 
getUnknownFields() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse
 
getUnknownFields() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
 
getUnknownFields() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse
 
getUnknownFields() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
 
getUnknownFields() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse
 
getValue() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest.Builder
optional uint64 value = 1;
getValue() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest
optional uint64 value = 1;
getValue() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequestOrBuilder
optional uint64 value = 1;
getValue() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse.Builder
required string value = 1;
getValue() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse
required string value = 1;
getValue() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponseOrBuilder
required string value = 1;
getValueBytes() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse.Builder
required string value = 1;
getValueBytes() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse
required string value = 1;
getValueBytes() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponseOrBuilder
required string value = 1;
getValueDescriptor() - Method in enum org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.DeleteType
 
getVersionsDeleted() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse.Builder
optional uint64 versionsDeleted = 2;
getVersionsDeleted() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse
optional uint64 versionsDeleted = 2;
getVersionsDeleted() - Method in interface org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponseOrBuilder
optional uint64 versionsDeleted = 2;

H

hasAssignSeqNum() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
optional bool assign_seq_num = 2;
hasAssignSeqNum() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
optional bool assign_seq_num = 2;
hasAssignSeqNum() - Method in interface org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequestOrBuilder
optional bool assign_seq_num = 2;
hasBulkToken() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
required string bulk_token = 4;
hasBulkToken() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
required string bulk_token = 4;
hasBulkToken() - Method in interface org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequestOrBuilder
required string bulk_token = 4;
hasCellCount() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse.Builder
required uint64 cellCount = 2;
hasCellCount() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse
required uint64 cellCount = 2;
hasCellCount() - Method in interface org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponseOrBuilder
required uint64 cellCount = 2;
hasCompressCodec() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
optional string compressCodec = 5;
hasCompressCodec() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
optional string compressCodec = 5;
hasCompressCodec() - Method in interface org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequestOrBuilder
optional string compressCodec = 5;
hasCompressed() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
optional bool compressed = 3 [default = false];
hasCompressed() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
optional bool compressed = 3 [default = false];
hasCompressed() - Method in interface org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequestOrBuilder
optional bool compressed = 3 [default = false];
hasCompressType() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
optional string compressType = 4;
hasCompressType() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
optional string compressType = 4;
hasCompressType() - Method in interface org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequestOrBuilder
optional string compressType = 4;
hasCounter() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder
required int32 counter = 2;
hasCounter() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest
required int32 counter = 2;
hasCounter() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequestOrBuilder
required int32 counter = 2;
hasDeleteType() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.Builder
required .hbase.pb.BulkDeleteRequest.DeleteType deleteType = 2;
hasDeleteType() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
required .hbase.pb.BulkDeleteRequest.DeleteType deleteType = 2;
hasDeleteType() - Method in interface org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequestOrBuilder
required .hbase.pb.BulkDeleteRequest.DeleteType deleteType = 2;
hasFamily() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest.Builder
required bytes family = 1;
hasFamily() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest
required bytes family = 1;
hasFamily() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequestOrBuilder
required bytes family = 1;
hasFamily() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest.Builder
required bytes family = 1;
hasFamily() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest
required bytes family = 1;
hasFamily() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequestOrBuilder
required bytes family = 1;
hasFamily() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest.Builder
required bytes family = 1;
hasFamily() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest
required bytes family = 1;
hasFamily() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequestOrBuilder
required bytes family = 1;
hasFsToken() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
optional .hbase.pb.DelegationToken fsToken = 6;
hasFsToken() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
optional .hbase.pb.DelegationToken fsToken = 6;
hasFsToken() - Method in interface org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequestOrBuilder
optional .hbase.pb.DelegationToken fsToken = 6;
hasFsToken() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
required .hbase.pb.DelegationToken fs_token = 3;
hasFsToken() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
required .hbase.pb.DelegationToken fs_token = 3;
hasFsToken() - Method in interface org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequestOrBuilder
required .hbase.pb.DelegationToken fs_token = 3;
hashCode() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
 
hashCode() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse
 
hashCode() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest
 
hashCode() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse
 
hashCode() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest
 
hashCode() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse
 
hashCode() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest
 
hashCode() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse
 
hashCode() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest
 
hashCode() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse
 
hashCode() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
 
hashCode() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse
 
hashCode() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest
 
hashCode() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse
 
hashCode() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
 
hashCode() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse
 
hashCode() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest
 
hashCode() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse
 
hashCode() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
 
hashCode() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse
 
hashCode() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
 
hashCode() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse
 
hashCode() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
 
hashCode() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse
 
hasInterpreterClassName() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest.Builder
required string interpreter_class_name = 1;
hasInterpreterClassName() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
required string interpreter_class_name = 1;
hasInterpreterClassName() - Method in interface org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequestOrBuilder
required string interpreter_class_name = 1;
hasInterpreterSpecificBytes() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest.Builder
optional bytes interpreter_specific_bytes = 3;
hasInterpreterSpecificBytes() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
optional bytes interpreter_specific_bytes = 3;
hasInterpreterSpecificBytes() - Method in interface org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequestOrBuilder
optional bytes interpreter_specific_bytes = 3;
hasLoaded() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse.Builder
required bool loaded = 1;
hasLoaded() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse
required bool loaded = 1;
hasLoaded() - Method in interface org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponseOrBuilder
required bool loaded = 1;
hasOutputPath() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
required string outputPath = 2;
hasOutputPath() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
required string outputPath = 2;
hasOutputPath() - Method in interface org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequestOrBuilder
required string outputPath = 2;
hasPerson() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder
required bytes person = 1;
hasPerson() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
required bytes person = 1;
hasPerson() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequestOrBuilder
required bytes person = 1;
hasQualifier() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest.Builder
optional bytes qualifier = 2;
hasQualifier() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest
optional bytes qualifier = 2;
hasQualifier() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequestOrBuilder
optional bytes qualifier = 2;
hasQualifier() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest.Builder
optional bytes qualifier = 2;
hasQualifier() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest
optional bytes qualifier = 2;
hasQualifier() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequestOrBuilder
optional bytes qualifier = 2;
hasQualifier() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest.Builder
optional bytes qualifier = 2;
hasQualifier() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest
optional bytes qualifier = 2;
hasQualifier() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequestOrBuilder
optional bytes qualifier = 2;
hasResponse() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse.Builder
required int32 response = 1;
hasResponse() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse
required int32 response = 1;
hasResponse() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponseOrBuilder
required int32 response = 1;
hasRow() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder
required bytes row = 2;
hasRow() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
required bytes row = 2;
hasRow() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequestOrBuilder
required bytes row = 2;
hasRow() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder
required bytes row = 1;
hasRow() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest
required bytes row = 1;
hasRow() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequestOrBuilder
required bytes row = 1;
hasRow() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest.Builder
required bytes row = 1;
hasRow() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest
required bytes row = 1;
hasRow() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequestOrBuilder
required bytes row = 1;
hasRow1() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest.Builder
required bytes row1 = 1;
hasRow1() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
required bytes row1 = 1;
hasRow1() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequestOrBuilder
required bytes row1 = 1;
hasRow2() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest.Builder
required bytes row2 = 2;
hasRow2() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
required bytes row2 = 2;
hasRow2() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequestOrBuilder
required bytes row2 = 2;
hasRowBatchSize() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.Builder
required uint32 rowBatchSize = 4;
hasRowBatchSize() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
required uint32 rowBatchSize = 4;
hasRowBatchSize() - Method in interface org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequestOrBuilder
required uint32 rowBatchSize = 4;
hasRowCount() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse.Builder
required uint64 rowCount = 1;
hasRowCount() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse
required uint64 rowCount = 1;
hasRowCount() - Method in interface org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponseOrBuilder
required uint64 rowCount = 1;
hasRowsDeleted() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse.Builder
required uint64 rowsDeleted = 1;
hasRowsDeleted() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse
required uint64 rowsDeleted = 1;
hasRowsDeleted() - Method in interface org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponseOrBuilder
required uint64 rowsDeleted = 1;
hasScan() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.Builder
required .hbase.pb.Scan scan = 1;
hasScan() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
required .hbase.pb.Scan scan = 1;
hasScan() - Method in interface org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequestOrBuilder
required .hbase.pb.Scan scan = 1;
hasScan() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest.Builder
required .hbase.pb.Scan scan = 2;
hasScan() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
required .hbase.pb.Scan scan = 2;
hasScan() - Method in interface org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequestOrBuilder
required .hbase.pb.Scan scan = 2;
hasScan() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
required .hbase.pb.Scan scan = 1;
hasScan() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
required .hbase.pb.Scan scan = 1;
hasScan() - Method in interface org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequestOrBuilder
required .hbase.pb.Scan scan = 1;
hasSecondPart() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse.Builder
optional bytes second_part = 2;
hasSecondPart() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse
optional bytes second_part = 2;
hasSecondPart() - Method in interface org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponseOrBuilder
optional bytes second_part = 2;
hasSum() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse.Builder
required int64 sum = 1;
hasSum() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse
required int64 sum = 1;
hasSum() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponseOrBuilder
required int64 sum = 1;
hasSum() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse.Builder
required int64 sum = 1;
hasSum() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse
required int64 sum = 1;
hasSum() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponseOrBuilder
required int64 sum = 1;
hasSum() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse.Builder
optional int64 sum = 1;
hasSum() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse
optional int64 sum = 1;
hasSum() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponseOrBuilder
optional int64 sum = 1;
hasTimestamp() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.Builder
optional uint64 timestamp = 3;
hasTimestamp() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
optional uint64 timestamp = 3;
hasTimestamp() - Method in interface org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequestOrBuilder
optional uint64 timestamp = 3;
hasValue() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest.Builder
optional uint64 value = 1;
hasValue() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest
optional uint64 value = 1;
hasValue() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequestOrBuilder
optional uint64 value = 1;
hasValue() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse.Builder
required string value = 1;
hasValue() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse
required string value = 1;
hasValue() - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponseOrBuilder
required string value = 1;
hasVersionsDeleted() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse.Builder
optional uint64 versionsDeleted = 2;
hasVersionsDeleted() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse
optional uint64 versionsDeleted = 2;
hasVersionsDeleted() - Method in interface org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponseOrBuilder
optional uint64 versionsDeleted = 2;

I

IncrementCounterProcessorTestProtos - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
 
IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf type FriendsOfFriendsProcessorRequest
IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf type FriendsOfFriendsProcessorRequest
IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequestOrBuilder - Interface in org.apache.hadoop.hbase.coprocessor.protobuf.generated
 
IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf type FriendsOfFriendsProcessorResponse
IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse.Builder - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf type FriendsOfFriendsProcessorResponse
IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponseOrBuilder - Interface in org.apache.hadoop.hbase.coprocessor.protobuf.generated
 
IncrementCounterProcessorTestProtos.IncCounterProcessorRequest - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf type IncCounterProcessorRequest
IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf type IncCounterProcessorRequest
IncrementCounterProcessorTestProtos.IncCounterProcessorRequestOrBuilder - Interface in org.apache.hadoop.hbase.coprocessor.protobuf.generated
 
IncrementCounterProcessorTestProtos.IncCounterProcessorResponse - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf type IncCounterProcessorResponse
IncrementCounterProcessorTestProtos.IncCounterProcessorResponse.Builder - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf type IncCounterProcessorResponse
IncrementCounterProcessorTestProtos.IncCounterProcessorResponseOrBuilder - Interface in org.apache.hadoop.hbase.coprocessor.protobuf.generated
 
IncrementCounterProcessorTestProtos.RowSwapProcessorRequest - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf type RowSwapProcessorRequest
IncrementCounterProcessorTestProtos.RowSwapProcessorRequest.Builder - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf type RowSwapProcessorRequest
IncrementCounterProcessorTestProtos.RowSwapProcessorRequestOrBuilder - Interface in org.apache.hadoop.hbase.coprocessor.protobuf.generated
 
IncrementCounterProcessorTestProtos.RowSwapProcessorResponse - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf type RowSwapProcessorResponse
IncrementCounterProcessorTestProtos.RowSwapProcessorResponse.Builder - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf type RowSwapProcessorResponse
IncrementCounterProcessorTestProtos.RowSwapProcessorResponseOrBuilder - Interface in org.apache.hadoop.hbase.coprocessor.protobuf.generated
 
IncrementCounterProcessorTestProtos.TimeoutProcessorRequest - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf type TimeoutProcessorRequest
IncrementCounterProcessorTestProtos.TimeoutProcessorRequest.Builder - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf type TimeoutProcessorRequest
IncrementCounterProcessorTestProtos.TimeoutProcessorRequestOrBuilder - Interface in org.apache.hadoop.hbase.coprocessor.protobuf.generated
 
IncrementCounterProcessorTestProtos.TimeoutProcessorResponse - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf type TimeoutProcessorResponse
IncrementCounterProcessorTestProtos.TimeoutProcessorResponse.Builder - Class in org.apache.hadoop.hbase.coprocessor.protobuf.generated
Protobuf type TimeoutProcessorResponse
IncrementCounterProcessorTestProtos.TimeoutProcessorResponseOrBuilder - Interface in org.apache.hadoop.hbase.coprocessor.protobuf.generated
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse
 
internalGetValueMap() - Static method in enum org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.DeleteType
 
INTERPRETER_CLASS_NAME_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
 
INTERPRETER_SPECIFIC_BYTES_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.Builder
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse.Builder
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest.Builder
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse.Builder
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest.Builder
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse.Builder
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest.Builder
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse.Builder
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest.Builder
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse.Builder
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse.Builder
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse.Builder
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest.Builder
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse.Builder
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest.Builder
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse.Builder
 
isInitialized() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse
 
isInitialized() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest.Builder
 
isInitialized() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
 
isInitialized() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse.Builder
 
isInitialized() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse
 
isInitialized() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
 
isInitialized() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
 
isInitialized() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse.Builder
 
isInitialized() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse
 
isInitialized() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
 
isInitialized() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
 
isInitialized() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse.Builder
 
isInitialized() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse
 

L

LOADED_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse
 
log - Static variable in class org.apache.hadoop.hbase.coprocessor.AggregateImplementation
 

M

main(String[]) - Static method in class org.apache.hadoop.hbase.coprocessor.Export
 
max(TableName, ColumnInterpreter<R, S, P, Q, T>, Scan) - Method in class org.apache.hadoop.hbase.client.coprocessor.AggregationClient
It gives the maximum value of a column for a given column family for the given range.
max(Table, ColumnInterpreter<R, S, P, Q, T>, Scan) - Method in class org.apache.hadoop.hbase.client.coprocessor.AggregationClient
It gives the maximum value of a column for a given column family for the given range.
max(AsyncTable<?>, ColumnInterpreter<R, S, P, Q, T>, Scan) - Static method in class org.apache.hadoop.hbase.client.coprocessor.AsyncAggregationClient
 
median(TableName, ColumnInterpreter<R, S, P, Q, T>, Scan) - Method in class org.apache.hadoop.hbase.client.coprocessor.AggregationClient
This is the client side interface/handler for calling the median method for a given cf-cq combination.
median(Table, ColumnInterpreter<R, S, P, Q, T>, Scan) - Method in class org.apache.hadoop.hbase.client.coprocessor.AggregationClient
This is the client side interface/handler for calling the median method for a given cf-cq combination.
median(AsyncTable<AdvancedScanResultConsumer>, ColumnInterpreter<R, S, P, Q, T>, Scan) - Static method in class org.apache.hadoop.hbase.client.coprocessor.AsyncAggregationClient
 
mergeFrom(Message) - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.Builder
 
mergeFrom(BulkDeleteProtos.BulkDeleteRequest) - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse.Builder
 
mergeFrom(BulkDeleteProtos.BulkDeleteResponse) - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest.Builder
 
mergeFrom(ColumnAggregationProtos.SumRequest) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse.Builder
 
mergeFrom(ColumnAggregationProtos.SumResponse) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest.Builder
 
mergeFrom(ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse.Builder
 
mergeFrom(ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest.Builder
 
mergeFrom(ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse.Builder
 
mergeFrom(ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest.Builder
 
mergeFrom(DummyRegionServerEndpointProtos.DummyRequest) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse.Builder
 
mergeFrom(DummyRegionServerEndpointProtos.DummyResponse) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder
 
mergeFrom(IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse.Builder
 
mergeFrom(IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder
 
mergeFrom(IncrementCounterProcessorTestProtos.IncCounterProcessorRequest) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse.Builder
 
mergeFrom(IncrementCounterProcessorTestProtos.IncCounterProcessorResponse) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest.Builder
 
mergeFrom(IncrementCounterProcessorTestProtos.RowSwapProcessorRequest) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse.Builder
 
mergeFrom(IncrementCounterProcessorTestProtos.RowSwapProcessorResponse) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest.Builder
 
mergeFrom(IncrementCounterProcessorTestProtos.TimeoutProcessorRequest) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse.Builder
 
mergeFrom(IncrementCounterProcessorTestProtos.TimeoutProcessorResponse) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest.Builder
 
mergeFrom(AggregateProtos.AggregateRequest) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse.Builder
 
mergeFrom(AggregateProtos.AggregateResponse) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
 
mergeFrom(ExportProtos.ExportRequest) - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse.Builder
 
mergeFrom(ExportProtos.ExportResponse) - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
 
mergeFrom(SecureBulkLoadProtos.SecureBulkLoadHFilesRequest) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
 
mergeFrom(Message) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse.Builder
 
mergeFrom(SecureBulkLoadProtos.SecureBulkLoadHFilesResponse) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse.Builder
 
mergeFsToken(ClientProtos.DelegationToken) - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
optional .hbase.pb.DelegationToken fsToken = 6;
mergeFsToken(ClientProtos.DelegationToken) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
required .hbase.pb.DelegationToken fs_token = 3;
mergeScan(ClientProtos.Scan) - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.Builder
required .hbase.pb.Scan scan = 1;
mergeScan(ClientProtos.Scan) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest.Builder
required .hbase.pb.Scan scan = 2;
mergeScan(ClientProtos.Scan) - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
required .hbase.pb.Scan scan = 1;
min(TableName, ColumnInterpreter<R, S, P, Q, T>, Scan) - Method in class org.apache.hadoop.hbase.client.coprocessor.AggregationClient
It gives the minimum value of a column for a given column family for the given range.
min(Table, ColumnInterpreter<R, S, P, Q, T>, Scan) - Method in class org.apache.hadoop.hbase.client.coprocessor.AggregationClient
It gives the minimum value of a column for a given column family for the given range.
min(AsyncTable<?>, ColumnInterpreter<R, S, P, Q, T>, Scan) - Static method in class org.apache.hadoop.hbase.client.coprocessor.AsyncAggregationClient
 

N

newBlockingStub(BlockingRpcChannel) - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteService
 
newBlockingStub(BlockingRpcChannel) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.ColumnAggregationService
 
newBlockingStub(BlockingRpcChannel) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationServiceWithErrors
 
newBlockingStub(BlockingRpcChannel) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationServiceNullResponse
 
newBlockingStub(BlockingRpcChannel) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyService
 
newBlockingStub(BlockingRpcChannel) - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService
 
newBlockingStub(BlockingRpcChannel) - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportService
 
newBlockingStub(BlockingRpcChannel) - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadService
 
newBuilder() - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
 
newBuilder(BulkDeleteProtos.BulkDeleteRequest) - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
 
newBuilder() - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse
 
newBuilder(BulkDeleteProtos.BulkDeleteResponse) - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse
 
newBuilder() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest
 
newBuilder(ColumnAggregationProtos.SumRequest) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest
 
newBuilder() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse
 
newBuilder(ColumnAggregationProtos.SumResponse) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse
 
newBuilder() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest
 
newBuilder(ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest
 
newBuilder() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse
 
newBuilder(ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse
 
newBuilder() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest
 
newBuilder(ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest
 
newBuilder() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse
 
newBuilder(ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse
 
newBuilder() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest
 
newBuilder(DummyRegionServerEndpointProtos.DummyRequest) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest
 
newBuilder() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse
 
newBuilder(DummyRegionServerEndpointProtos.DummyResponse) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse
 
newBuilder() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
 
newBuilder(IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
 
newBuilder() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse
 
newBuilder(IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse
 
newBuilder() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest
 
newBuilder(IncrementCounterProcessorTestProtos.IncCounterProcessorRequest) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest
 
newBuilder() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse
 
newBuilder(IncrementCounterProcessorTestProtos.IncCounterProcessorResponse) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse
 
newBuilder() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
 
newBuilder(IncrementCounterProcessorTestProtos.RowSwapProcessorRequest) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
 
newBuilder() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse
 
newBuilder(IncrementCounterProcessorTestProtos.RowSwapProcessorResponse) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse
 
newBuilder() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest
 
newBuilder(IncrementCounterProcessorTestProtos.TimeoutProcessorRequest) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest
 
newBuilder() - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse
 
newBuilder(IncrementCounterProcessorTestProtos.TimeoutProcessorResponse) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse
 
newBuilder() - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
 
newBuilder(AggregateProtos.AggregateRequest) - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
 
newBuilder() - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse
 
newBuilder(AggregateProtos.AggregateResponse) - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse
 
newBuilder() - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
 
newBuilder(ExportProtos.ExportRequest) - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
 
newBuilder() - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse
 
newBuilder(ExportProtos.ExportResponse) - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse
 
newBuilder() - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
 
newBuilder(SecureBulkLoadProtos.SecureBulkLoadHFilesRequest) - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
 
newBuilder() - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse
 
newBuilder(SecureBulkLoadProtos.SecureBulkLoadHFilesResponse) - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse
 
newBuilderForType() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
 
newBuilderForType() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse
 
newBuilderForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest
 
newBuilderForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse
 
newBuilderForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest
 
newBuilderForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse
 
newBuilderForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest
 
newBuilderForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse
 
newBuilderForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest
 
newBuilderForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse
 
newBuilderForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
 
newBuilderForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse
 
newBuilderForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest
 
newBuilderForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse
 
newBuilderForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
 
newBuilderForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse
 
newBuilderForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest
 
newBuilderForType() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse
 
newBuilderForType() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
 
newBuilderForType() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse
 
newBuilderForType() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
 
newBuilderForType() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse
 
newBuilderForType() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
 
newBuilderForType() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse
 
newReflectiveBlockingService(BulkDeleteProtos.BulkDeleteService.BlockingInterface) - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteService
 
newReflectiveBlockingService(ColumnAggregationProtos.ColumnAggregationService.BlockingInterface) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.ColumnAggregationService
 
newReflectiveBlockingService(ColumnAggregationWithErrorsProtos.ColumnAggregationServiceWithErrors.BlockingInterface) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationServiceWithErrors
 
newReflectiveBlockingService(ColumnAggregationWithNullResponseProtos.ColumnAggregationServiceNullResponse.BlockingInterface) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationServiceNullResponse
 
newReflectiveBlockingService(DummyRegionServerEndpointProtos.DummyService.BlockingInterface) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyService
 
newReflectiveBlockingService(AggregateProtos.AggregateService.BlockingInterface) - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService
 
newReflectiveBlockingService(ExportProtos.ExportService.BlockingInterface) - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportService
 
newReflectiveBlockingService(SecureBulkLoadProtos.SecureBulkLoadService.BlockingInterface) - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadService
 
newReflectiveService(BulkDeleteProtos.BulkDeleteService.Interface) - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteService
 
newReflectiveService(ColumnAggregationProtos.ColumnAggregationService.Interface) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.ColumnAggregationService
 
newReflectiveService(ColumnAggregationWithErrorsProtos.ColumnAggregationServiceWithErrors.Interface) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationServiceWithErrors
 
newReflectiveService(ColumnAggregationWithNullResponseProtos.ColumnAggregationServiceNullResponse.Interface) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationServiceNullResponse
 
newReflectiveService(DummyRegionServerEndpointProtos.DummyService.Interface) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyService
 
newReflectiveService(AggregateProtos.AggregateService.Interface) - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService
 
newReflectiveService(ExportProtos.ExportService.Interface) - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportService
 
newReflectiveService(SecureBulkLoadProtos.SecureBulkLoadService.Interface) - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadService
 
newStub(RpcChannel) - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteService
 
newStub(RpcChannel) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.ColumnAggregationService
 
newStub(RpcChannel) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationServiceWithErrors
 
newStub(RpcChannel) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationServiceNullResponse
 
newStub(RpcChannel) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyService
 
newStub(RpcChannel) - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateService
 
newStub(RpcChannel) - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportService
 
newStub(RpcChannel) - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadService
 

O

org.apache.hadoop.hbase.client.coprocessor - package org.apache.hadoop.hbase.client.coprocessor
 
org.apache.hadoop.hbase.coprocessor - package org.apache.hadoop.hbase.coprocessor
 
org.apache.hadoop.hbase.coprocessor.example.generated - package org.apache.hadoop.hbase.coprocessor.example.generated
 
org.apache.hadoop.hbase.coprocessor.protobuf.generated - package org.apache.hadoop.hbase.coprocessor.protobuf.generated
 
org.apache.hadoop.hbase.protobuf.generated - package org.apache.hadoop.hbase.protobuf.generated
 
org.apache.hadoop.hbase.security.access - package org.apache.hadoop.hbase.security.access
 
OUTPUTPATH_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
 

P

parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
 
parseFrom(ByteString) - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse
 
parseFrom(InputStream) - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse
 
parseFrom(CodedInputStream) - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse
 
PARSER - Static variable in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
 
PARSER - Static variable in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse
 
PARSER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest
 
PARSER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse
 
PARSER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest
 
PARSER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse
 
PARSER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest
 
PARSER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse
 
PARSER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest
 
PARSER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse
 
PARSER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
 
PARSER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse
 
PARSER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest
 
PARSER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse
 
PARSER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
 
PARSER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse
 
PARSER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest
 
PARSER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse
 
PARSER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
 
PARSER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse
 
PARSER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
 
PARSER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse
 
PARSER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
 
PARSER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse
 
PERSON_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
 
prepareBulkLoad(RpcController, ClientProtos.PrepareBulkLoadRequest) - Method in interface org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadService.BlockingInterface
 
prepareBulkLoad(RpcController, ClientProtos.PrepareBulkLoadRequest, RpcCallback<ClientProtos.PrepareBulkLoadResponse>) - Method in interface org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadService.Interface
rpc PrepareBulkLoad(.hbase.pb.PrepareBulkLoadRequest) returns (.hbase.pb.PrepareBulkLoadResponse);
prepareBulkLoad(RpcController, ClientProtos.PrepareBulkLoadRequest, RpcCallback<ClientProtos.PrepareBulkLoadResponse>) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadService
rpc PrepareBulkLoad(.hbase.pb.PrepareBulkLoadRequest) returns (.hbase.pb.PrepareBulkLoadResponse);
prepareBulkLoad(RpcController, ClientProtos.PrepareBulkLoadRequest, RpcCallback<ClientProtos.PrepareBulkLoadResponse>) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadService.Stub
 
prepareBulkLoad(RpcController, ClientProtos.PrepareBulkLoadRequest, RpcCallback<ClientProtos.PrepareBulkLoadResponse>) - Method in class org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint
Deprecated.
 

Q

QUALIFIER_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest
 
QUALIFIER_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest
 
QUALIFIER_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest
 

R

registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos
 
removeFamilyPath(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;
RESPONSE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse
 
RESULT_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
 
RESULT_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse
 
ROW1_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
 
ROW2_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
 
ROW_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
 
ROW_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest
 
ROW_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest
 
ROW_VALUE - Static variable in enum org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.DeleteType
ROW = 0;
ROWBATCHSIZE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
 
rowCount(TableName, ColumnInterpreter<R, S, P, Q, T>, Scan) - Method in class org.apache.hadoop.hbase.client.coprocessor.AggregationClient
It gives the row count, by summing up the individual results obtained from regions.
rowCount(Table, ColumnInterpreter<R, S, P, Q, T>, Scan) - Method in class org.apache.hadoop.hbase.client.coprocessor.AggregationClient
It gives the row count, by summing up the individual results obtained from regions.
rowCount(AsyncTable<?>, ColumnInterpreter<R, S, P, Q, T>, Scan) - Static method in class org.apache.hadoop.hbase.client.coprocessor.AsyncAggregationClient
 
ROWCOUNT_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse
 
ROWSDELETED_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse
 
run(Configuration, TableName, Scan, Path) - Static method in class org.apache.hadoop.hbase.coprocessor.Export
 

S

SCAN_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
 
SCAN_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
 
SCAN_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
 
SECOND_PART_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse
 
SecureBulkLoadEndpoint - Class in org.apache.hadoop.hbase.security.access
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0
SecureBulkLoadEndpoint() - Constructor for class org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint
Deprecated.
 
secureBulkLoadHFiles(RpcController, SecureBulkLoadProtos.SecureBulkLoadHFilesRequest) - Method in interface org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadService.BlockingInterface
 
secureBulkLoadHFiles(RpcController, SecureBulkLoadProtos.SecureBulkLoadHFilesRequest, RpcCallback<SecureBulkLoadProtos.SecureBulkLoadHFilesResponse>) - Method in interface org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadService.Interface
rpc SecureBulkLoadHFiles(.hbase.pb.SecureBulkLoadHFilesRequest) returns (.hbase.pb.SecureBulkLoadHFilesResponse);
secureBulkLoadHFiles(RpcController, SecureBulkLoadProtos.SecureBulkLoadHFilesRequest, RpcCallback<SecureBulkLoadProtos.SecureBulkLoadHFilesResponse>) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadService
rpc SecureBulkLoadHFiles(.hbase.pb.SecureBulkLoadHFilesRequest) returns (.hbase.pb.SecureBulkLoadHFilesResponse);
secureBulkLoadHFiles(RpcController, SecureBulkLoadProtos.SecureBulkLoadHFilesRequest, RpcCallback<SecureBulkLoadProtos.SecureBulkLoadHFilesResponse>) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadService.Stub
 
secureBulkLoadHFiles(RpcController, SecureBulkLoadProtos.SecureBulkLoadHFilesRequest, RpcCallback<SecureBulkLoadProtos.SecureBulkLoadHFilesResponse>) - Method in class org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint
Deprecated.
 
SecureBulkLoadProtos - Class in org.apache.hadoop.hbase.protobuf.generated
 
SecureBulkLoadProtos.SecureBulkLoadHFilesRequest - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf type hbase.pb.SecureBulkLoadHFilesRequest
SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf type hbase.pb.SecureBulkLoadHFilesRequest
SecureBulkLoadProtos.SecureBulkLoadHFilesRequestOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
 
SecureBulkLoadProtos.SecureBulkLoadHFilesResponse - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf type hbase.pb.SecureBulkLoadHFilesResponse
SecureBulkLoadProtos.SecureBulkLoadHFilesResponse.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf type hbase.pb.SecureBulkLoadHFilesResponse
SecureBulkLoadProtos.SecureBulkLoadHFilesResponseOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
 
SecureBulkLoadProtos.SecureBulkLoadService - Class in org.apache.hadoop.hbase.protobuf.generated
Protobuf service hbase.pb.SecureBulkLoadService
SecureBulkLoadProtos.SecureBulkLoadService.BlockingInterface - Interface in org.apache.hadoop.hbase.protobuf.generated
 
SecureBulkLoadProtos.SecureBulkLoadService.Interface - Interface in org.apache.hadoop.hbase.protobuf.generated
 
SecureBulkLoadProtos.SecureBulkLoadService.Stub - Class in org.apache.hadoop.hbase.protobuf.generated
 
SecureBulkLoadService() - Constructor for class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadService
 
setAssignSeqNum(boolean) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
optional bool assign_seq_num = 2;
setBulkToken(String) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
required string bulk_token = 4;
setBulkTokenBytes(ByteString) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
required string bulk_token = 4;
setCellCount(long) - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse.Builder
required uint64 cellCount = 2;
setCompressCodec(String) - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
optional string compressCodec = 5;
setCompressCodecBytes(ByteString) - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
optional string compressCodec = 5;
setCompressed(boolean) - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
optional bool compressed = 3 [default = false];
setCompressType(String) - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
optional string compressType = 4;
setCompressTypeBytes(ByteString) - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
optional string compressType = 4;
setCounter(int) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder
required int32 counter = 2;
setDeleteType(BulkDeleteProtos.BulkDeleteRequest.DeleteType) - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.Builder
required .hbase.pb.BulkDeleteRequest.DeleteType deleteType = 2;
setFamily(ByteString) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest.Builder
required bytes family = 1;
setFamily(ByteString) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest.Builder
required bytes family = 1;
setFamily(ByteString) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest.Builder
required bytes family = 1;
setFamilyPath(int, ClientProtos.BulkLoadHFileRequest.FamilyPath) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;
setFamilyPath(int, ClientProtos.BulkLoadHFileRequest.FamilyPath.Builder) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
repeated .hbase.pb.BulkLoadHFileRequest.FamilyPath family_path = 1;
setFirstPart(int, ByteString) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse.Builder
repeated bytes first_part = 1;
setFsToken(ClientProtos.DelegationToken) - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
optional .hbase.pb.DelegationToken fsToken = 6;
setFsToken(ClientProtos.DelegationToken.Builder) - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
optional .hbase.pb.DelegationToken fsToken = 6;
setFsToken(ClientProtos.DelegationToken) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
required .hbase.pb.DelegationToken fs_token = 3;
setFsToken(ClientProtos.DelegationToken.Builder) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
required .hbase.pb.DelegationToken fs_token = 3;
setInterpreterClassName(String) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest.Builder
required string interpreter_class_name = 1;
setInterpreterClassNameBytes(ByteString) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest.Builder
required string interpreter_class_name = 1;
setInterpreterSpecificBytes(ByteString) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest.Builder
optional bytes interpreter_specific_bytes = 3;
setLoaded(boolean) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse.Builder
required bool loaded = 1;
setOutputPath(String) - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
required string outputPath = 2;
setOutputPathBytes(ByteString) - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
required string outputPath = 2;
setPerson(ByteString) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder
required bytes person = 1;
setQualifier(ByteString) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest.Builder
optional bytes qualifier = 2;
setQualifier(ByteString) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest.Builder
optional bytes qualifier = 2;
setQualifier(ByteString) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest.Builder
optional bytes qualifier = 2;
setResponse(int) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse.Builder
required int32 response = 1;
setResult(int, String) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder
repeated string result = 3;
setResult(int, String) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse.Builder
repeated string result = 1;
setRow(ByteString) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest.Builder
required bytes row = 2;
setRow(ByteString) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest.Builder
required bytes row = 1;
setRow(ByteString) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest.Builder
required bytes row = 1;
setRow1(ByteString) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest.Builder
required bytes row1 = 1;
setRow2(ByteString) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest.Builder
required bytes row2 = 2;
setRowBatchSize(int) - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.Builder
required uint32 rowBatchSize = 4;
setRowCount(long) - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse.Builder
required uint64 rowCount = 1;
setRowsDeleted(long) - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse.Builder
required uint64 rowsDeleted = 1;
setScan(ClientProtos.Scan) - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.Builder
required .hbase.pb.Scan scan = 1;
setScan(ClientProtos.Scan.Builder) - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.Builder
required .hbase.pb.Scan scan = 1;
setScan(ClientProtos.Scan) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest.Builder
required .hbase.pb.Scan scan = 2;
setScan(ClientProtos.Scan.Builder) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest.Builder
required .hbase.pb.Scan scan = 2;
setScan(ClientProtos.Scan) - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
required .hbase.pb.Scan scan = 1;
setScan(ClientProtos.Scan.Builder) - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest.Builder
required .hbase.pb.Scan scan = 1;
setSecondPart(ByteString) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse.Builder
optional bytes second_part = 2;
setSum(long) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse.Builder
required int64 sum = 1;
setSum(long) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse.Builder
required int64 sum = 1;
setSum(long) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse.Builder
optional int64 sum = 1;
setTimestamp(long) - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.Builder
optional uint64 timestamp = 3;
setValue(long) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest.Builder
optional uint64 value = 1;
setValue(String) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse.Builder
required string value = 1;
setValueBytes(ByteString) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse.Builder
required string value = 1;
setVersionsDeleted(long) - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse.Builder
optional uint64 versionsDeleted = 2;
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.AggregateImplementation
Stores a reference to the coprocessor environment provided by the RegionCoprocessorHost from the region where this coprocessor is loaded.
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.Export
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint
Deprecated.
 
std(TableName, ColumnInterpreter<R, S, P, Q, T>, Scan) - Method in class org.apache.hadoop.hbase.client.coprocessor.AggregationClient
This is the client side interface/handle for calling the std method for a given cf-cq combination.
std(Table, ColumnInterpreter<R, S, P, Q, T>, Scan) - Method in class org.apache.hadoop.hbase.client.coprocessor.AggregationClient
This is the client side interface/handle for calling the std method for a given cf-cq combination.
std(AsyncTable<?>, ColumnInterpreter<R, S, P, Q, T>, Scan) - Static method in class org.apache.hadoop.hbase.client.coprocessor.AsyncAggregationClient
 
stop(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.AggregateImplementation
 
stop(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.Export
 
stop(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint
Deprecated.
 
sum(TableName, ColumnInterpreter<R, S, P, Q, T>, Scan) - Method in class org.apache.hadoop.hbase.client.coprocessor.AggregationClient
It sums up the value returned from various regions.
sum(Table, ColumnInterpreter<R, S, P, Q, T>, Scan) - Method in class org.apache.hadoop.hbase.client.coprocessor.AggregationClient
It sums up the value returned from various regions.
sum(AsyncTable<?>, ColumnInterpreter<R, S, P, Q, T>, Scan) - Static method in class org.apache.hadoop.hbase.client.coprocessor.AsyncAggregationClient
 
sum(RpcController, ColumnAggregationProtos.SumRequest) - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.ColumnAggregationService.BlockingInterface
 
sum(RpcController, ColumnAggregationProtos.SumRequest, RpcCallback<ColumnAggregationProtos.SumResponse>) - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.ColumnAggregationService.Interface
rpc sum(.SumRequest) returns (.SumResponse);
sum(RpcController, ColumnAggregationProtos.SumRequest, RpcCallback<ColumnAggregationProtos.SumResponse>) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.ColumnAggregationService.Stub
 
sum(RpcController, ColumnAggregationProtos.SumRequest, RpcCallback<ColumnAggregationProtos.SumResponse>) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.ColumnAggregationService
rpc sum(.SumRequest) returns (.SumResponse);
sum(RpcController, ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest) - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationServiceWithErrors.BlockingInterface
 
sum(RpcController, ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest, RpcCallback<ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse>) - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationServiceWithErrors.Interface
rpc sum(.ColumnAggregationWithErrorsSumRequest) returns (.ColumnAggregationWithErrorsSumResponse);
sum(RpcController, ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest, RpcCallback<ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse>) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationServiceWithErrors.Stub
 
sum(RpcController, ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest, RpcCallback<ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse>) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationServiceWithErrors
rpc sum(.ColumnAggregationWithErrorsSumRequest) returns (.ColumnAggregationWithErrorsSumResponse);
sum(RpcController, ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest) - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationServiceNullResponse.BlockingInterface
 
sum(RpcController, ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest, RpcCallback<ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse>) - Method in interface org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationServiceNullResponse.Interface
rpc sum(.ColumnAggregationNullResponseSumRequest) returns (.ColumnAggregationNullResponseSumResponse);
sum(RpcController, ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest, RpcCallback<ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse>) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationServiceNullResponse.Stub
 
sum(RpcController, ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest, RpcCallback<ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse>) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationServiceNullResponse
rpc sum(.ColumnAggregationNullResponseSumRequest) returns (.ColumnAggregationNullResponseSumResponse);
SUM_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse
 
SUM_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse
 
SUM_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse
 

T

TIMESTAMP_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
 
toBuilder() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
 
toBuilder() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse
 
toBuilder() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest
 
toBuilder() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse
 
toBuilder() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest
 
toBuilder() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse
 
toBuilder() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest
 
toBuilder() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse
 
toBuilder() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest
 
toBuilder() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse
 
toBuilder() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
 
toBuilder() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse
 
toBuilder() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest
 
toBuilder() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse
 
toBuilder() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
 
toBuilder() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse
 
toBuilder() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest
 
toBuilder() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse
 
toBuilder() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
 
toBuilder() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse
 
toBuilder() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
 
toBuilder() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse
 
toBuilder() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
 
toBuilder() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse
 
toString() - Method in class org.apache.hadoop.hbase.coprocessor.Export.Response
 

V

VALUE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest
 
VALUE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse
 
valueOf(String) - Static method in enum org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.DeleteType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.DeleteType
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.DeleteType
 
values() - Static method in enum org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.DeleteType
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint
Deprecated.
 
VERSION_VALUE - Static variable in enum org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.DeleteType
VERSION = 3;
VERSIONSDELETED_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse
 

W

writeReplace() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
 
writeReplace() - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse
 
writeReplace() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest
 
writeReplace() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse
 
writeReplace() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest
 
writeReplace() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse
 
writeReplace() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest
 
writeReplace() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse
 
writeReplace() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest
 
writeReplace() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse
 
writeReplace() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
 
writeReplace() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse
 
writeReplace() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest
 
writeReplace() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse
 
writeReplace() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
 
writeReplace() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse
 
writeReplace() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest
 
writeReplace() - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse
 
writeReplace() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
 
writeReplace() - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse
 
writeReplace() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
 
writeReplace() - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse
 
writeReplace() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
 
writeReplace() - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumRequest
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos.SumResponse
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumRequest
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos.ColumnAggregationWithErrorsSumResponse
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumResponse
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyRequest
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.DummyResponse
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorResponse
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateRequest
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportRequest
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hbase.protobuf.generated.ExportProtos.ExportResponse
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest
 
writeTo(CodedOutputStream) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse
 
A B C D E F G H I L M N O P Q R S T V W 
Skip navigation links

Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.