Uses of Class
org.smallmind.quorum.namespace.backingStore.StorageType
-
Packages that use StorageType Package Description org.smallmind.quorum.namespace.backingStore org.smallmind.quorum.namespace.pool -
-
Uses of StorageType in org.smallmind.quorum.namespace.backingStore
Methods in org.smallmind.quorum.namespace.backingStore that return StorageType Modifier and Type Method Description static StorageTypeStorageType. valueOf(String name)Returns the enum constant of this type with the specified name.static StorageType[]StorageType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StorageType in org.smallmind.quorum.namespace.pool
Constructors in org.smallmind.quorum.namespace.pool with parameters of type StorageType Constructor Description PooledJavaContextComponentInstanceFactory(StorageType storageType, String contextPath, String host, int port, boolean tls, String rootNamespace, String userContext, String password)
-