| Modifier and Type | Method and Description |
|---|---|
Set<ChangeEvent> |
ChangeEventMonitor.getAllChangeEvents()
Get a Set of all
ChangeEvents in the ColumnManager repository in the default
(timestamp) order. |
Set<ChangeEvent> |
ChangeEventMonitor.getAllChangeEventsByUserName()
Get a Set of all
ChangeEvents in the ColumnManager repository, ordered by user name (as
designated by the Java "user.name" property in effect within a session as a change was made). |
Set<ChangeEvent> |
ChangeEventMonitor.getChangeEventsForColumnAuditor(TableName tableName,
byte[] columnFamily,
byte[] columnQualifier)
Get the
ChangeEvents pertaining to the specified ColumnAuditor,
in timestamp order. |
Set<ChangeEvent> |
ChangeEventMonitor.getChangeEventsForColumnDefinition(TableName tableName,
byte[] columnFamily,
byte[] columnQualifier)
Get the
ChangeEvents pertaining to the specified ColumnDefinition,
in timestamp order. |
Set<ChangeEvent> |
ChangeEventMonitor.getChangeEventsForColumnFamily(TableName tableName,
byte[] columnFamily,
boolean includeChildEntities)
Get the
ChangeEvents pertaining to the specified
Column Family, in timestamp order. |
Set<ChangeEvent> |
ChangeEventMonitor.getChangeEventsForColumnFamilyAttribute(TableName tableName,
byte[] columnFamily,
String attributeName)
Get the
ChangeEvents pertaining to the specified Attribute of the specified
Column Family, in timestamp order. |
Set<ChangeEvent> |
ChangeEventMonitor.getChangeEventsForNamespace(byte[] namespaceName,
boolean includeChildEntities)
Get the
ChangeEvents pertaining to the specified
Namespace, in timestamp order. |
Set<ChangeEvent> |
ChangeEventMonitor.getChangeEventsForTable(TableName tableName,
boolean includeChildEntities)
Get the
ChangeEvents pertaining to the specified
Table, in timestamp order. |
Set<ChangeEvent> |
ChangeEventMonitor.getChangeEventsForTableAttribute(TableName tableName,
String attributeName)
Get the
ChangeEvents pertaining to the specified Attribute of the specified
Table, in timestamp order. |
Set<ChangeEvent> |
ChangeEventMonitor.getChangeEventsForUserName(String userName)
Get the
ChangeEvents pertaining to a specific user name (as designated by
the Java "user.name"
property in effect within a session as a change was made), in timestamp order. |
| Modifier and Type | Method and Description |
|---|---|
int |
ChangeEvent.compareTo(ChangeEvent other) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ChangeEventMonitor.exportChangeEventListToCsvFile(Collection<ChangeEvent> changeEvents,
File targetFile)
Export the submitted list of ChangeEvent objects to a comma-separated-value (CSV) file, one
line per ChangeEvent, with the first non-comment line of the file consisting of column headers.
|
Copyright © 2016. All rights reserved.