class MultiThreadedWriterWithACL.HBaseWriterThreadWithACL.WriteAccessAction extends Object implements PrivilegedExceptionAction<Object>
| Modifier and Type | Field and Description |
|---|---|
private long |
keyBase |
private org.apache.hadoop.hbase.client.Put |
put |
private long |
start |
| Constructor and Description |
|---|
WriteAccessAction() |
| Modifier and Type | Method and Description |
|---|---|
Object |
run() |
void |
setKeyBase(long keyBase) |
void |
setPut(org.apache.hadoop.hbase.client.Put put) |
void |
setStartTime(long start) |
private org.apache.hadoop.hbase.client.Put put
private long keyBase
private long start
public WriteAccessAction()
public void setPut(org.apache.hadoop.hbase.client.Put put)
public void setKeyBase(long keyBase)
public void setStartTime(long start)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.