Package | Description |
---|---|
org.apache.hadoop.hbase.coprocessor |
Table of Contents
|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Method and Description |
---|---|
default void |
RegionObserver.postCloseRegionOperation(ObserverContext<RegionCoprocessorEnvironment> ctx,
Region.Operation operation)
Called after releasing read lock in
Region.closeRegionOperation() . |
default void |
RegionObserver.postStartRegionOperation(ObserverContext<RegionCoprocessorEnvironment> ctx,
Region.Operation operation)
This will be called for region operations where read lock is acquired in
Region.startRegionOperation() . |
Modifier and Type | Method and Description |
---|---|
static Region.Operation |
Region.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Region.Operation[] |
Region.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Region.closeRegionOperation(Region.Operation op)
Closes the region operation lock.
|
void |
HRegion.closeRegionOperation(Region.Operation operation) |
void |
RegionCoprocessorHost.postCloseRegionOperation(Region.Operation op) |
void |
RegionCoprocessorHost.postStartRegionOperation(Region.Operation op) |
void |
Region.startRegionOperation(Region.Operation op)
This method needs to be called before any public call that reads or modifies data.
|
void |
HRegion.startRegionOperation(Region.Operation op) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.