Uses of Class
org.apache.hadoop.hbase.client.Increment
Packages that use org.apache.hadoop.hbase.client.Increment
-
Uses of org.apache.hadoop.hbase.client.Increment in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.client.Increment in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.IncrementIncrement.add(org.apache.hadoop.hbase.Cell cell) Add the specified KeyValue to this operation.org.apache.hadoop.hbase.client.IncrementIncrement.addColumn(byte[] family, byte[] qualifier, long amount) Increment the column from the specific family with the specified qualifier by the specified amount.org.apache.hadoop.hbase.client.IncrementIncrement.setACL(String user, org.apache.hadoop.hbase.security.access.Permission perms) org.apache.hadoop.hbase.client.Incrementorg.apache.hadoop.hbase.client.IncrementIncrement.setAttribute(String name, byte[] value) org.apache.hadoop.hbase.client.IncrementIncrement.setCellVisibility(org.apache.hadoop.hbase.security.visibility.CellVisibility expression) org.apache.hadoop.hbase.client.Incrementorg.apache.hadoop.hbase.client.IncrementIncrement.setDurability(org.apache.hadoop.hbase.client.Durability d) org.apache.hadoop.hbase.client.IncrementIncrement.setId(String id) org.apache.hadoop.hbase.client.IncrementIncrement.setPriority(int priority) org.apache.hadoop.hbase.client.IncrementIncrement.setReturnResults(boolean returnResults) org.apache.hadoop.hbase.client.IncrementIncrement.setTimeRange(long minStamp, long maxStamp) Sets the TimeRange to be used on the Get for this increment.org.apache.hadoop.hbase.client.IncrementIncrement.setTimestamp(long timestamp) org.apache.hadoop.hbase.client.IncrementIncrement.setTTL(long ttl) Methods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.Increment in inModifier and TypeMethodDescriptionCheckAndMutate.Builder.build(org.apache.hadoop.hbase.client.Increment increment) Build the CheckAndMutate object with an Increment to commit if the check succeeds.CompletableFuture<org.apache.hadoop.hbase.client.Result>AsyncTable.increment(org.apache.hadoop.hbase.client.Increment increment) Increments one or more columns within a single row.default org.apache.hadoop.hbase.client.ResultTable.increment(org.apache.hadoop.hbase.client.Increment increment) Increments one or more columns within a single row.Constructors in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.Increment in inModifierConstructorDescriptionIncrement(org.apache.hadoop.hbase.client.Increment incrementToCopy) Copy constructor -
Uses of org.apache.hadoop.hbase.client.Increment in org.apache.hadoop.hbase.coprocessor
Methods in org.apache.hadoop.hbase.coprocessor with parameters of type org.apache.hadoop.hbase.client.Increment in inModifier and TypeMethodDescriptiondefault org.apache.hadoop.hbase.client.ResultRegionObserver.postIncrement(org.apache.hadoop.hbase.coprocessor.ObserverContext<? extends org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment> c, org.apache.hadoop.hbase.client.Increment increment, org.apache.hadoop.hbase.client.Result result) Deprecated.since 3.0.0 and will be removed in 4.0.0.default org.apache.hadoop.hbase.client.ResultRegionObserver.postIncrement(org.apache.hadoop.hbase.coprocessor.ObserverContext<? extends org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment> c, org.apache.hadoop.hbase.client.Increment increment, org.apache.hadoop.hbase.client.Result result, org.apache.hadoop.hbase.wal.WALEdit edit) Called after incrementdefault org.apache.hadoop.hbase.client.ResultRegionObserver.preIncrement(org.apache.hadoop.hbase.coprocessor.ObserverContext<? extends org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment> c, org.apache.hadoop.hbase.client.Increment increment) Deprecated.since 3.0.0 and will be removed in 4.0.0.default org.apache.hadoop.hbase.client.ResultRegionObserver.preIncrement(org.apache.hadoop.hbase.coprocessor.ObserverContext<? extends org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment> c, org.apache.hadoop.hbase.client.Increment increment, org.apache.hadoop.hbase.wal.WALEdit edit) Called before Increment.default org.apache.hadoop.hbase.client.ResultRegionObserver.preIncrementAfterRowLock(org.apache.hadoop.hbase.coprocessor.ObserverContext<? extends org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment> c, org.apache.hadoop.hbase.client.Increment increment) Deprecated.since 3.0.0 and will be removed in 4.0.0. -
Uses of org.apache.hadoop.hbase.client.Increment in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver with parameters of type org.apache.hadoop.hbase.client.Increment in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.ResultHRegion.increment(org.apache.hadoop.hbase.client.Increment increment) org.apache.hadoop.hbase.client.ResultHRegion.increment(org.apache.hadoop.hbase.client.Increment increment, long nonceGroup, long nonce) org.apache.hadoop.hbase.client.ResultRegion.increment(org.apache.hadoop.hbase.client.Increment increment) Perform one or more increment operations on a row.org.apache.hadoop.hbase.client.ResultRegionCoprocessorHost.postIncrement(org.apache.hadoop.hbase.client.Increment increment, org.apache.hadoop.hbase.client.Result result, org.apache.hadoop.hbase.wal.WALEdit edit) org.apache.hadoop.hbase.client.ResultRegionCoprocessorHost.preIncrement(org.apache.hadoop.hbase.client.Increment increment, org.apache.hadoop.hbase.wal.WALEdit edit) Supports Coprocessor 'bypass'.org.apache.hadoop.hbase.client.ResultRegionCoprocessorHost.preIncrementAfterRowLock(org.apache.hadoop.hbase.client.Increment increment) Supports Coprocessor 'bypass'. -
Uses of org.apache.hadoop.hbase.client.Increment in org.apache.hadoop.hbase.shaded.protobuf
Methods in org.apache.hadoop.hbase.shaded.protobuf that return org.apache.hadoop.hbase.client.Increment in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.client.IncrementProtobufUtil.toIncrement(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MutationProto proto, org.apache.hadoop.hbase.CellScanner cellScanner) Convert a protocol buffer Mutate to an IncrementMethods in org.apache.hadoop.hbase.shaded.protobuf with parameters of type org.apache.hadoop.hbase.client.Increment in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MutateRequestRequestConverter.buildMutateRequest(byte[] regionName, org.apache.hadoop.hbase.client.Increment increment, long nonceGroup, long nonce) Create a protocol buffer MutateRequest for a client increment -
Uses of org.apache.hadoop.hbase.client.Increment in org.apache.hadoop.hbase.thrift
Methods in org.apache.hadoop.hbase.thrift that return org.apache.hadoop.hbase.client.Increment in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.client.IncrementThriftUtilities.incrementFromThrift(org.apache.hadoop.hbase.thrift.generated.TIncrement tincrement) From aTIncrementcreate anIncrement.