public class SysOperationsLogTableInfo extends SysTableInfo
Modifier and Type | Class and Description |
---|---|
static class |
SysOperationsLogTableInfo.Columns |
Modifier and Type | Field and Description |
---|---|
static TableIdent |
IDENT |
clusterService, SCHEMA
Modifier | Constructor and Description |
---|---|
protected |
SysOperationsLogTableInfo(org.elasticsearch.cluster.ClusterService clusterService) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ReferenceInfo> |
columns()
returns the top level columns of this table with predictable order
|
ReferenceInfo |
getReferenceInfo(ColumnIdent columnIdent)
returns information about a column with the given ident.
|
Routing |
getRouting(WhereClause whereClause,
java.lang.String preference) |
TableIdent |
ident() |
java.util.Iterator<ReferenceInfo> |
iterator() |
java.util.List<ColumnIdent> |
primaryKey() |
RowGranularity |
rowGranularity() |
tableRouting
tableParameters, toString
public static final TableIdent IDENT
@Inject protected SysOperationsLogTableInfo(org.elasticsearch.cluster.ClusterService clusterService)
@Nullable public ReferenceInfo getReferenceInfo(ColumnIdent columnIdent)
TableInfo
public java.util.Collection<ReferenceInfo> columns()
TableInfo
public RowGranularity rowGranularity()
public TableIdent ident()
public Routing getRouting(WhereClause whereClause, @Nullable java.lang.String preference)
public java.util.List<ColumnIdent> primaryKey()
public java.util.Iterator<ReferenceInfo> iterator()