public final class ClientProtos extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ClientProtos.Action
Either a Get or a Mutation
|
static interface |
ClientProtos.ActionOrBuilder |
static class |
ClientProtos.Authorizations
The protocol buffer version of Authorizations.
|
static interface |
ClientProtos.AuthorizationsOrBuilder |
static class |
ClientProtos.BulkLoadHFileRequest
Atomically bulk load multiple HFiles (say from different column families)
into an open region.
|
static interface |
ClientProtos.BulkLoadHFileRequestOrBuilder |
static class |
ClientProtos.BulkLoadHFileResponse
Protobuf type
hbase.pb.BulkLoadHFileResponse |
static interface |
ClientProtos.BulkLoadHFileResponseOrBuilder |
static class |
ClientProtos.CellVisibility
The protocol buffer version of CellVisibility.
|
static interface |
ClientProtos.CellVisibilityOrBuilder |
static class |
ClientProtos.CleanupBulkLoadRequest
Protobuf type
hbase.pb.CleanupBulkLoadRequest |
static interface |
ClientProtos.CleanupBulkLoadRequestOrBuilder |
static class |
ClientProtos.CleanupBulkLoadResponse
Protobuf type
hbase.pb.CleanupBulkLoadResponse |
static interface |
ClientProtos.CleanupBulkLoadResponseOrBuilder |
static class |
ClientProtos.ClientService
Protobuf service
hbase.pb.ClientService |
static class |
ClientProtos.Column
Container for a list of column qualifier names of a family.
|
static interface |
ClientProtos.ColumnOrBuilder |
static class |
ClientProtos.Condition
Condition to check if the value of a given cell (row,
family, qualifier) matches a value via a given comparator.
|
static interface |
ClientProtos.ConditionOrBuilder |
static class |
ClientProtos.Consistency
Consistency defines the expected consistency level for an operation.
|
static class |
ClientProtos.CoprocessorServiceCall
Protobuf type
hbase.pb.CoprocessorServiceCall |
static interface |
ClientProtos.CoprocessorServiceCallOrBuilder |
static class |
ClientProtos.CoprocessorServiceRequest
Protobuf type
hbase.pb.CoprocessorServiceRequest |
static interface |
ClientProtos.CoprocessorServiceRequestOrBuilder |
static class |
ClientProtos.CoprocessorServiceResponse
Protobuf type
hbase.pb.CoprocessorServiceResponse |
static interface |
ClientProtos.CoprocessorServiceResponseOrBuilder |
static class |
ClientProtos.CoprocessorServiceResult
Protobuf type
hbase.pb.CoprocessorServiceResult |
static interface |
ClientProtos.CoprocessorServiceResultOrBuilder |
static class |
ClientProtos.Cursor
Scan cursor to tell client where we are scanning.
|
static interface |
ClientProtos.CursorOrBuilder |
static class |
ClientProtos.DelegationToken
Protobuf type
hbase.pb.DelegationToken |
static interface |
ClientProtos.DelegationTokenOrBuilder |
static class |
ClientProtos.Get
The protocol buffer version of Get.
|
static interface |
ClientProtos.GetOrBuilder |
static class |
ClientProtos.GetRequest
The get request.
|
static interface |
ClientProtos.GetRequestOrBuilder |
static class |
ClientProtos.GetResponse
Protobuf type
hbase.pb.GetResponse |
static interface |
ClientProtos.GetResponseOrBuilder |
static class |
ClientProtos.MultiRegionLoadStats
Protobuf type
hbase.pb.MultiRegionLoadStats |
static interface |
ClientProtos.MultiRegionLoadStatsOrBuilder |
static class |
ClientProtos.MultiRequest
Execute a list of actions on a given region in order.
|
static interface |
ClientProtos.MultiRequestOrBuilder |
static class |
ClientProtos.MultiResponse
Protobuf type
hbase.pb.MultiResponse |
static interface |
ClientProtos.MultiResponseOrBuilder |
static class |
ClientProtos.MutateRequest
The mutate request.
|
static interface |
ClientProtos.MutateRequestOrBuilder |
static class |
ClientProtos.MutateResponse
Protobuf type
hbase.pb.MutateResponse |
static interface |
ClientProtos.MutateResponseOrBuilder |
static class |
ClientProtos.MutationProto
A specific mutation inside a mutate request.
|
static interface |
ClientProtos.MutationProtoOrBuilder |
static class |
ClientProtos.PrepareBulkLoadRequest
Protobuf type
hbase.pb.PrepareBulkLoadRequest |
static interface |
ClientProtos.PrepareBulkLoadRequestOrBuilder |
static class |
ClientProtos.PrepareBulkLoadResponse
Protobuf type
hbase.pb.PrepareBulkLoadResponse |
static interface |
ClientProtos.PrepareBulkLoadResponseOrBuilder |
static class |
ClientProtos.RegionAction
Actions to run against a Region.
|
static interface |
ClientProtos.RegionActionOrBuilder |
static class |
ClientProtos.RegionActionResult
The result of a RegionAction.
|
static interface |
ClientProtos.RegionActionResultOrBuilder |
static class |
ClientProtos.RegionLoadStats
Statistics about the current load on the region
|
static interface |
ClientProtos.RegionLoadStatsOrBuilder |
static class |
ClientProtos.Result
Protobuf type
hbase.pb.Result |
static interface |
ClientProtos.ResultOrBuilder |
static class |
ClientProtos.ResultOrException
Either a Result or an Exception NameBytesPair (keyed by
exception name whose value is the exception stringified)
or maybe empty if no result and no exception.
|
static interface |
ClientProtos.ResultOrExceptionOrBuilder |
static class |
ClientProtos.Scan
Instead of get from a table, you can scan it with optional filters.
|
static interface |
ClientProtos.ScanOrBuilder |
static class |
ClientProtos.ScanRequest
A scan request.
|
static interface |
ClientProtos.ScanRequestOrBuilder |
static class |
ClientProtos.ScanResponse
The scan response.
|
static interface |
ClientProtos.ScanResponseOrBuilder |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FileDescriptor |
getDescriptor() |
static void |
registerAllExtensions(org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistry registry) |
static void |
registerAllExtensions(org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite registry) |
public static void registerAllExtensions(org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite registry)
public static void registerAllExtensions(org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistry registry)
public static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
Copyright © 2007–2019 Cloudera. All rights reserved.