public class SchemaCodecFactory extends CodecFactory implements SchemaAware
| Constructor and Description |
|---|
SchemaCodecFactory() |
| Modifier and Type | Method and Description |
|---|---|
Codec |
getCodec() |
void |
inform(IndexSchema schema)
Informs the
IndexSchema provided by the schema
parameter of an event (e.g., a new FieldType was added, etc. |
initpublic void inform(IndexSchema schema)
SchemaAwareIndexSchema provided by the schema
parameter of an event (e.g., a new FieldType was added, etc.inform in interface SchemaAwareschema - The IndexSchema instance that inform of the update to.public Codec getCodec()
getCodec in class CodecFactoryCopyright © 2000-2012 Apache Software Foundation. All Rights Reserved.