Interface TimerMetaDataConfiguration<V>
-
- All Superinterfaces:
CacheConfiguration,InfinispanConfiguration
public interface TimerMetaDataConfiguration<V> extends InfinispanConfiguration
- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Marshaller<Object,V>getMarshaller()booleanisPersistent()-
Methods inherited from interface org.wildfly.clustering.ee.infinispan.InfinispanConfiguration
getBatcher, getBlockingManager, getCache, getCacheProperties, getReadForUpdateCache, getSilentWriteCache, getTryLockCache, getTryReadForUpdateCache, getWriteOnlyCache
-
-
-
-
Method Detail
-
getMarshaller
Marshaller<Object,V> getMarshaller()
-
isPersistent
boolean isPersistent()
-
-