Uses of Class
org.drools.reliability.infinispan.InfinispanStorageManager.MarshallerType
-
Packages that use InfinispanStorageManager.MarshallerType Package Description org.drools.reliability.infinispan -
-
Uses of InfinispanStorageManager.MarshallerType in org.drools.reliability.infinispan
Methods in org.drools.reliability.infinispan that return InfinispanStorageManager.MarshallerType Modifier and Type Method Description static InfinispanStorageManager.MarshallerTypeInfinispanStorageManager. getMarshallerType()static InfinispanStorageManager.MarshallerTypeInfinispanStorageManager.MarshallerType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static InfinispanStorageManager.MarshallerType[]InfinispanStorageManager.MarshallerType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-