Package com.illumon.iris.db.schema
Class Schema.AbstractSchema
java.lang.Object
com.illumon.iris.db.schema.Schema.AbstractSchema
- All Implemented Interfaces:
com.fishlib.base.log.LogOutputAppendable
,Schema
,TableDefinitionSchema
,Serializable
- Direct Known Subclasses:
Schema.Delegating
- Enclosing interface:
- Schema
public abstract static class Schema.AbstractSchema extends Object implements Schema
Implement behaviors common to all implementations.
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.illumon.iris.db.schema.Schema
Schema.AbstractSchema, Schema.Delegating
-
Constructor Summary
Constructors Constructor Description AbstractSchema()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.illumon.iris.db.schema.Schema
getAttributes, getAttributeValue, getDataIndexSets, getImmutable, getImportSource, getImportSources, getImportSources, getListeners, getLoggers, getMutable, getPartitionKeyFormula, getValidator, hasListeners, hasLoggers
Methods inherited from interface com.illumon.iris.db.schema.TableDefinitionSchema
append, getColumnDescriptions, getDefaultMergeFormat, getMergeCodecName, getNamespace, getNamespaceSet, getTableDefinition, getTableDescription, getTableName, getTableType, getVersion
-
Constructor Details
-
AbstractSchema
public AbstractSchema()
-
-
Method Details