| Modifier and Type | Method and Description |
|---|---|
ColumnAuditor |
ColumnAuditor.setConfiguration(String key,
String value)
Setter for adding configuration entry to configuration map
|
ColumnAuditor |
ColumnAuditor.setValue(byte[] key,
byte[] value)
Setter for adding value entry to value map
|
ColumnAuditor |
ColumnAuditor.setValue(ImmutableBytesWritable key,
ImmutableBytesWritable value)
Setter for adding value entry to value map
|
ColumnAuditor |
ColumnAuditor.setValue(String key,
String value)
Setter for adding value entry to value map
|
| Modifier and Type | Method and Description |
|---|---|
Set<ColumnAuditor> |
RepositoryAdmin.getColumnAuditors(HTableDescriptor htd,
HColumnDescriptor hcd)
Get
ColumnAuditor objects from the Repository for a specified Table and
Column Family. |
Set<ColumnAuditor> |
RepositoryAdmin.getColumnAuditors(TableName tableName,
byte[] colFamily)
Get
ColumnAuditor objects from the Repository for a specified Table and
Column Family. |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryAdmin.addColumnAuditor(HTableDescriptor htd,
HColumnDescriptor hcd,
ColumnAuditor colAuditor)
Add (or modify, if already existing) the submitted
ColumnAuditor to the submitted
Table and Column Family. |
void |
RepositoryAdmin.addColumnAuditor(TableName tableName,
byte[] colFamily,
ColumnAuditor colAuditor)
Add (or modify, if already existing) the submitted
ColumnAuditor to the submitted
Table and Column Family. |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryAdmin.addColumnAuditors(HTableDescriptor htd,
HColumnDescriptor hcd,
List<ColumnAuditor> colAuditors)
Add (or modify, if already existing) the submitted
ColumnAuditors to the submitted
Table and Column Family. |
void |
RepositoryAdmin.addColumnAuditors(TableName tableName,
byte[] colFamily,
List<ColumnAuditor> colAuditors)
Add (or modify, if already existing) the submitted
ColumnAuditors to the submitted
Table and Column Family. |
Copyright © 2016. All rights reserved.