Uses of Enum Class
org.smallmind.quorum.namespace.backingStore.StorageType
Packages that use StorageType
-
Uses of StorageType in org.smallmind.quorum.namespace.backingStore
Methods in org.smallmind.quorum.namespace.backingStore that return StorageTypeModifier and TypeMethodDescriptionstatic StorageTypeReturns the enum constant of this class with the specified name.static StorageType[]StorageType.values()Returns an array containing the constants of this enum class, 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 StorageTypeModifierConstructorDescriptionPooledJavaContextComponentInstanceFactory(StorageType storageType, String contextPath, String host, int port, boolean tls, String rootNamespace, String userContext, String password)