Uses of Class
org.infinispan.tools.store.migrator.StoreType
-
Packages that use StoreType Package Description org.infinispan.tools.store.migrator -
-
Uses of StoreType in org.infinispan.tools.store.migrator
Methods in org.infinispan.tools.store.migrator that return StoreType Modifier and Type Method Description StoreTypeStoreProperties. storeType()static StoreTypeStoreType. valueOf(String name)Returns the enum constant of this type with the specified name.static StoreType[]StoreType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-