public class TieredStorageConfig extends Object implements SmartExternalizable
Constructor and Description |
---|
TieredStorageConfig() |
TieredStorageConfig(TieredStorageTableConfig... tables) |
Modifier and Type | Method and Description |
---|---|
void |
addTable(TieredStorageTableConfig config) |
TieredStorageTableConfig |
getTable(String typeName) |
Collection<TieredStorageTableConfig> |
getTables() |
boolean |
hasCacheRule(String typeName) |
void |
readExternal(ObjectInput in) |
void |
removeTable(String typeName) |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enabledSmartExternalizableWithReference
public TieredStorageConfig()
public TieredStorageConfig(TieredStorageTableConfig... tables)
public Collection<TieredStorageTableConfig> getTables()
public void addTable(TieredStorageTableConfig config)
public TieredStorageTableConfig getTable(String typeName)
public void removeTable(String typeName)
public boolean hasCacheRule(String typeName)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © GigaSpaces.