public interface SpaceConfigStorageRegistry
Modifier and Type | Method and Description |
---|---|
boolean |
exist(String name) |
SpaceConfigStorage |
get(String spaceName) |
SpaceConfigStorageBatch |
getBatch(String spaceName) |
void |
remove(String spaceName) |
SpaceConfigStorage get(String spaceName)
SpaceConfigStorageBatch getBatch(String spaceName)
void remove(String spaceName)
boolean exist(String name)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.