Package | Description |
---|---|
org.apache.accumulo.core.client | |
org.apache.accumulo.core.client.admin | |
org.apache.accumulo.core.client.mapred | |
org.apache.accumulo.core.client.mapreduce | |
org.apache.accumulo.core.client.mapreduce.lib.util |
This package exists to store common helpers for configuring MapReduce jobs in a single location.
|
org.apache.accumulo.core.client.mock | |
org.apache.accumulo.core.security |
Modifier and Type | Method and Description |
---|---|
abstract BatchDeleter |
Connector.createBatchDeleter(String tableName,
Authorizations authorizations,
int numQueryThreads,
BatchWriterConfig config) |
abstract BatchDeleter |
Connector.createBatchDeleter(String tableName,
Authorizations authorizations,
int numQueryThreads,
long maxMemory,
long maxLatency,
int maxWriteThreads)
Deprecated.
since 1.5.0; Use
Connector.createBatchDeleter(String, Authorizations, int, BatchWriterConfig) instead. |
abstract BatchScanner |
Connector.createBatchScanner(String tableName,
Authorizations authorizations,
int numQueryThreads)
Factory method to create a BatchScanner connected to Accumulo.
|
abstract Scanner |
Connector.createScanner(String tableName,
Authorizations authorizations)
Factory method to create a Scanner connected to Accumulo.
|
Modifier and Type | Method and Description |
---|---|
Authorizations |
ActiveScan.getAuthorizations() |
Authorizations |
SecurityOperationsImpl.getUserAuthorizations(String principal) |
Authorizations |
SecurityOperations.getUserAuthorizations(String principal)
Retrieves the user's authorizations for scanning
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityOperationsImpl.changeUserAuthorizations(String principal,
Authorizations authorizations) |
void |
SecurityOperations.changeUserAuthorizations(String principal,
Authorizations authorizations)
Set the user's record-level authorizations
|
void |
SecurityOperationsImpl.createUser(String user,
byte[] password,
Authorizations authorizations)
Deprecated.
|
void |
SecurityOperations.createUser(String user,
byte[] password,
Authorizations authorizations)
Deprecated.
since 1.5.0; use
SecurityOperations.createLocalUser(String, PasswordToken) or the user management functions of your configured authenticator instead. |
org.apache.hadoop.io.Text |
TableOperationsImpl.getMaxRow(String tableName,
Authorizations auths,
org.apache.hadoop.io.Text startRow,
boolean startInclusive,
org.apache.hadoop.io.Text endRow,
boolean endInclusive) |
org.apache.hadoop.io.Text |
TableOperations.getMaxRow(String tableName,
Authorizations auths,
org.apache.hadoop.io.Text startRow,
boolean startInclusive,
org.apache.hadoop.io.Text endRow,
boolean endInclusive)
Finds the max row within a given range.
|
Modifier and Type | Method and Description |
---|---|
protected static Authorizations |
InputFormatBase.getScanAuthorizations(org.apache.hadoop.mapred.JobConf job)
Gets the authorizations to set for the scans from the configuration.
|
Modifier and Type | Method and Description |
---|---|
static void |
InputFormatBase.setScanAuthorizations(org.apache.hadoop.mapred.JobConf job,
Authorizations auths)
Sets the
Authorizations used to scan. |
Modifier and Type | Method and Description |
---|---|
protected static Authorizations |
InputFormatBase.getAuthorizations(org.apache.hadoop.conf.Configuration conf)
Deprecated.
since 1.5.0; Use
InputFormatBase.getScanAuthorizations(JobContext) instead. |
Authorizations |
RangeInputSplit.getAuths() |
protected static Authorizations |
InputFormatBase.getScanAuthorizations(org.apache.hadoop.mapreduce.JobContext context)
Gets the authorizations to set for the scans from the configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
RangeInputSplit.setAuths(Authorizations auths) |
static void |
InputFormatBase.setInputInfo(org.apache.hadoop.conf.Configuration conf,
String user,
byte[] passwd,
String table,
Authorizations auths)
Deprecated.
|
static void |
InputFormatBase.setScanAuthorizations(org.apache.hadoop.mapreduce.Job job,
Authorizations auths)
Sets the
Authorizations used to scan. |
Modifier and Type | Method and Description |
---|---|
static Authorizations |
InputConfigurator.getScanAuthorizations(Class<?> implementingClass,
org.apache.hadoop.conf.Configuration conf)
Gets the authorizations to set for the scans from the configuration.
|
Modifier and Type | Method and Description |
---|---|
static void |
InputConfigurator.setScanAuthorizations(Class<?> implementingClass,
org.apache.hadoop.conf.Configuration conf,
Authorizations auths)
Sets the
Authorizations used to scan. |
Modifier and Type | Field and Description |
---|---|
protected Authorizations |
MockScannerBase.auths |
Modifier and Type | Method and Description |
---|---|
Authorizations |
MockSecurityOperations.getUserAuthorizations(String principal) |
Modifier and Type | Method and Description |
---|---|
void |
MockSecurityOperations.changeUserAuthorizations(String principal,
Authorizations authorizations) |
BatchDeleter |
MockConnector.createBatchDeleter(String tableName,
Authorizations authorizations,
int numQueryThreads,
BatchWriterConfig config) |
BatchDeleter |
MockConnector.createBatchDeleter(String tableName,
Authorizations authorizations,
int numQueryThreads,
long maxMemory,
long maxLatency,
int maxWriteThreads)
Deprecated.
|
BatchScanner |
MockAccumulo.createBatchScanner(String tableName,
Authorizations authorizations) |
BatchScanner |
MockConnector.createBatchScanner(String tableName,
Authorizations authorizations,
int numQueryThreads) |
Scanner |
MockConnector.createScanner(String tableName,
Authorizations authorizations) |
void |
MockSecurityOperations.createUser(String user,
byte[] password,
Authorizations authorizations)
Deprecated.
|
org.apache.hadoop.io.Text |
MockTableOperations.getMaxRow(String tableName,
Authorizations auths,
org.apache.hadoop.io.Text startRow,
boolean startInclusive,
org.apache.hadoop.io.Text endRow,
boolean endInclusive) |
Constructor and Description |
---|
MockBatchDeleter(MockAccumulo acc,
String tableName,
Authorizations auths)
Create a
BatchDeleter for the specified instance on the specified table where the writer uses the specified Authorizations . |
MockBatchScanner(MockTable mockTable,
Authorizations authorizations) |
Modifier and Type | Method and Description |
---|---|
Authorizations |
VisibilityEvaluator.getAuthorizations() |
Modifier and Type | Method and Description |
---|---|
VisibilityInterpreter |
VisibilityInterpreter.create(ColumnVisibility visibility,
Authorizations authorizations) |
static VisibilityInterpreter |
VisibilityInterpreterFactory.create(ColumnVisibility cv,
Authorizations authorizations) |
void |
VisibilityInterpreter.merge(ColumnVisibility other,
Authorizations authorizations) |
Constructor and Description |
---|
VisibilityEvaluator(Authorizations authorizations)
The VisibilityEvaluator computes a trie from the given Authorizations, that ColumnVisibility expressions can be evaluated against.
|
Copyright © 2011-2016 The Apache Software Foundation. All Rights Reserved.