Package org.apache.hadoop.hbase.util
Class MultiThreadedUpdaterWithACL.HBaseUpdaterThreadWithACL.MutateAccessAction
java.lang.Object
org.apache.hadoop.hbase.util.MultiThreadedUpdaterWithACL.HBaseUpdaterThreadWithACL.MutateAccessAction
- All Implemented Interfaces:
PrivilegedExceptionAction<Object>
- Enclosing class:
- MultiThreadedUpdaterWithACL.HBaseUpdaterThreadWithACL
class MultiThreadedUpdaterWithACL.HBaseUpdaterThreadWithACL.MutateAccessAction
extends Object
implements PrivilegedExceptionAction<Object>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrun()voidsetCF(byte[] cf) voidsetKeyBase(long keyBase) voidvoidsetQualifier(byte[] q) voidsetRow(byte[] row) voidsetStartTime(long start) voidsetValue(byte[] v)
-
Field Details
-
table
-
start
-
m
-
keyBase
-
row
-
cf
-
q
-
v
-
-
Constructor Details
-
MutateAccessAction
public MutateAccessAction()
-
-
Method Details
-
setStartTime
-
setMutation
-
setRow
-
setCF
-
setQualifier
-
setValue
-
setKeyBase
-
run
- Specified by:
runin interfacePrivilegedExceptionAction<Object>- Throws:
Exception
-