public class RecordStoreSchema extends AbstractRecordStoreSchemaElement
| Modifier | Constructor and Description |
|---|---|
|
RecordStoreSchema(AbstractRecordStore recordStore) |
protected |
RecordStoreSchema(AbstractRecordStore recordStore,
String path) |
|
RecordStoreSchema(RecordStoreSchema schema,
String path) |
| Modifier and Type | Method and Description |
|---|---|
void |
addElement(RecordStoreSchemaElement element) |
void |
close() |
RecordDefinition |
findRecordDefinition(String path) |
<V extends RecordStoreSchemaElement> |
getElement(String path) |
List<RecordStoreSchemaElement> |
getElements() |
GeometryFactory |
getGeometryFactory() |
RecordDefinition |
getRecordDefinition(String path) |
List<RecordDefinition> |
getRecordDefinitions() |
<V extends RecordStore> |
getRecordStore() |
RecordStoreSchema |
getSchema(String path) |
List<String> |
getSchemaPaths() |
List<RecordStoreSchema> |
getSchemas() |
List<String> |
getTypeNames() |
boolean |
isInitialized() |
void |
refresh() |
protected void |
refreshIfNeeded() |
compareTo, equalPath, equals, getName, getPath, getSchema, hashCode, toStringclearProperties, getProperties, getProperty, getProperty, removeProperty, setProperties, setProperty, setPropertySoft, setPropertyWeakclone, finalize, getClass, notify, notifyAll, wait, wait, waitclearProperties, getProperties, getProperty, getProperty, removeProperty, setProperties, setProperty, setPropertySoft, setPropertyWeakpublic RecordStoreSchema(AbstractRecordStore recordStore)
protected RecordStoreSchema(AbstractRecordStore recordStore, String path)
public RecordStoreSchema(RecordStoreSchema schema, String path)
public void addElement(RecordStoreSchemaElement element)
@PreDestroy public void close()
close in class AbstractRecordStoreSchemaElementpublic RecordDefinition findRecordDefinition(String path)
public <V extends RecordStoreSchemaElement> V getElement(String path)
public List<RecordStoreSchemaElement> getElements()
public GeometryFactory getGeometryFactory()
public RecordDefinition getRecordDefinition(String path)
public List<RecordDefinition> getRecordDefinitions()
public <V extends RecordStore> V getRecordStore()
getRecordStore in interface RecordStoreSchemaElementgetRecordStore in class AbstractRecordStoreSchemaElementpublic RecordStoreSchema getSchema(String path)
public List<RecordStoreSchema> getSchemas()
public boolean isInitialized()
public void refresh()
protected void refreshIfNeeded()
Copyright © 2015 Revolution Systems Inc.. All rights reserved.