public class TieredStorageConfig extends SpaceCustomComponent implements SmartExternalizable
| Constructor and Description |
|---|
TieredStorageConfig() |
| Modifier and Type | Method and Description |
|---|---|
TieredStorageTableConfig |
addTable(TieredStorageTableConfig config) |
String |
getServiceDetailAttributeName() |
Object |
getServiceDetailAttributeValue() |
String |
getSpaceComponentKey() |
Map<String,TieredStorageTableConfig> |
getTables() |
boolean |
hasCacheRule(String type) |
void |
readExternal(ObjectInput in) |
void |
removeTable(String typeName) |
SpaceCustomComponent |
setTables(Map<String,TieredStorageTableConfig> tables) |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitenabledSmartExternalizableWithReferencepublic String getSpaceComponentKey()
getSpaceComponentKey in class SpaceCustomComponentpublic String getServiceDetailAttributeName()
getServiceDetailAttributeName in class SpaceCustomComponentpublic Object getServiceDetailAttributeValue()
getServiceDetailAttributeValue in class SpaceCustomComponentpublic Map<String,TieredStorageTableConfig> getTables()
public TieredStorageTableConfig addTable(TieredStorageTableConfig config)
public void removeTable(String typeName)
public boolean hasCacheRule(String type)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic SpaceCustomComponent setTables(Map<String,TieredStorageTableConfig> tables)
Copyright © GigaSpaces.