Uses of Interface
org.apache.hadoop.hbase.CellScannable
Packages that use org.apache.hadoop.hbase.CellScannable
Package
Description
Provides HBase Client
Tools to help define network clients and servers.
-
Uses of org.apache.hadoop.hbase.CellScannable in org.apache.hadoop.hbase
Method parameters in org.apache.hadoop.hbase with type arguments of type org.apache.hadoop.hbase.CellScannable in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.CellScannerCellUtil.createCellScanner(List<? extends org.apache.hadoop.hbase.CellScannable> cellScannerables) Returns CellScanner interface overcellIterables -
Uses of org.apache.hadoop.hbase.CellScannable in org.apache.hadoop.hbase.client
Classes in org.apache.hadoop.hbase.client that implement org.apache.hadoop.hbase.CellScannable in inModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.client.AppendPerforms Append operations on a single row.classorg.apache.hadoop.hbase.client.DeleteUsed to perform Delete operations on a single row.classorg.apache.hadoop.hbase.client.IncrementUsed to perform Increment operations on a single row.classorg.apache.hadoop.hbase.client.Mutationclassorg.apache.hadoop.hbase.client.PutUsed to perform Put operations for a single row.classorg.apache.hadoop.hbase.client.ResultSingle row result of aGetorScanquery. -
Uses of org.apache.hadoop.hbase.CellScannable in org.apache.hadoop.hbase.ipc
Subinterfaces of org.apache.hadoop.hbase.CellScannable in in org.apache.hadoop.hbase.ipcModifier and TypeInterfaceDescriptioninterfaceorg.apache.hadoop.hbase.ipc.HBaseRpcControllerOptionally carries Cells across the proxy/service interface down into ipc.Classes in org.apache.hadoop.hbase.ipc that implement org.apache.hadoop.hbase.CellScannable in inModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.ipc.DelegatingHBaseRpcControllerSimple delegating controller for use with theRpcControllerFactoryto help override standard behavior of aHBaseRpcController.classorg.apache.hadoop.hbase.ipc.HBaseRpcControllerImplGet instances viaRpcControllerFactoryon client-side.Method parameters in org.apache.hadoop.hbase.ipc with type arguments of type org.apache.hadoop.hbase.CellScannable in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.ipc.HBaseRpcControllerRpcControllerFactory.newController(List<org.apache.hadoop.hbase.CellScannable> cellIterables) org.apache.hadoop.hbase.ipc.HBaseRpcControllerRpcControllerFactory.newController(org.apache.hadoop.hbase.client.RegionInfo regionInfo, List<org.apache.hadoop.hbase.CellScannable> cellIterables) -
Uses of org.apache.hadoop.hbase.CellScannable in org.apache.hadoop.hbase.shaded.protobuf
Method parameters in org.apache.hadoop.hbase.shaded.protobuf with type arguments of type org.apache.hadoop.hbase.CellScannable in inModifier and TypeMethodDescriptionstatic voidRequestConverter.buildNoDataRegionActions(byte[] regionName, Iterable<org.apache.hadoop.hbase.client.Action> actions, List<org.apache.hadoop.hbase.CellScannable> cells, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MultiRequest.Builder multiRequestBuilder, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.RegionAction.Builder regionActionBuilder, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Action.Builder actionBuilder, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MutationProto.Builder mutationBuilder, long nonceGroup, Map<Integer, Integer> indexMap) Create a protocol buffer multirequest with NO data for a list of actions (data is carried otherwise than via protobuf).