| Class and Description |
|---|
| ChangeEvent
A ChangeEvent (obtained via a
ChangeEventMonitor's various
get methods) contains metadata pertaining to a
structural change made to a component of a
ColumnManager-included Namespace, Table,
or Table component; for example, a change to the "durability" setting of a Table
or the "maxVersions" setting of a Column Family
is captured in the ColumnManager repository as a ChangeEvent. |
| ChangeEventMonitor
A ChangeEventMonitor (obtained via a
RepositoryAdmin's
getChangeEventMonitor method) provides various
get methods by which lists of
ChangeEvents may be obtained (grouped and ordered in various ways), and the class
provides a static convenience method for outputting a list of ChangeEvents to a CSV file. |
| ColumnAuditor
A ColumnAuditor object (obtained via a
RepositoryAdmin's
getColumnAuditors method) contains captured* or discovered** metadata pertaining to a specific
Column Qualifier actively stored in HBase as part of a Column Family of a
ColumnManager-included Table. |
| ColumnDefinition
A ColumnDefinition (managed via a number of
RepositoryAdmin
add,
get,
and delete methods) contains administrator-maintained settings pertaining to a specific
Column Qualifier within a Column Family of a
ColumnManager-included Table;when a Column Family has its ColumnDefinitionsEnforced setting enabled, then (a) any Column Qualifier
submitted in a Put to that Column Family
must correspond to an existing ColumnDefinition, and (b) the corresponding
Column value submitted must pass all validations (if any) stipulated by the
ColumnDefinition. |
| ColumnManagerIOException
All
IOExceptions in the ColumnManagerAPI package are subclasses of the abstract
ColumnManagerIOException. |
| TableNotIncludedForProcessingException
Thrown when a submitted Table is not included for
ColumnManager processing, but the context permits only ColumnManager-included Tables.
|
Copyright © 2016. All rights reserved.