Interface SpaceConfigStorageRegistry
-
public interface SpaceConfigStorageRegistry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanexist(String name)SpaceConfigStorageget(String spaceName)SpaceConfigStorageBatchgetBatch(String spaceName)voidremove(String spaceName)
-
-
-
Method Detail
-
get
SpaceConfigStorage get(String spaceName)
-
getBatch
SpaceConfigStorageBatch getBatch(String spaceName)
-
remove
void remove(String spaceName)
-
exist
boolean exist(String name)
-
-