Package org.apache.hadoop.hbase.util
Class MultiThreadedUpdaterWithACL.HBaseUpdaterThreadWithACL
java.lang.Object
java.lang.Thread
org.apache.hadoop.hbase.util.MultiThreadedUpdater.HBaseUpdaterThread
org.apache.hadoop.hbase.util.MultiThreadedUpdaterWithACL.HBaseUpdaterThreadWithACL
- All Implemented Interfaces:
Runnable
- Enclosing class:
- MultiThreadedUpdaterWithACL
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) classNested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler -
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class org.apache.hadoop.hbase.util.MultiThreadedUpdater.HBaseUpdaterThread
tableFields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected Tableprotected Resultvoidprivate voidrecordFailure(Mutation m, long keyBase, long start, IOException e) Methods inherited from class org.apache.hadoop.hbase.util.MultiThreadedUpdater.HBaseUpdaterThread
mutate, runMethods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
Field Details
-
mutateAction
-
-
Constructor Details
-
HBaseUpdaterThreadWithACL
- Throws:
IOException
-
-
Method Details
-
createTable
- Overrides:
createTablein classMultiThreadedUpdater.HBaseUpdaterThread- Throws:
IOException
-
closeHTable
- Overrides:
closeHTablein classMultiThreadedUpdater.HBaseUpdaterThread
-
getRow
- Overrides:
getRowin classMultiThreadedUpdater.HBaseUpdaterThread
-
mutate
public void mutate(Table table, Mutation m, long keyBase, byte[] row, byte[] cf, byte[] q, byte[] v) - Overrides:
mutatein classMultiThreadedUpdater.HBaseUpdaterThread
-
recordFailure
-