Uses of Enum
org.infinispan.persistence.spi.NonBlockingStore.Characteristic
Packages that use NonBlockingStore.Characteristic
Package
Description
Simple filesystem-based
CacheWriter implementation.Implementations of the
PersistenceManager interface, which define the logic
of how infinispan interacts with external stores.Soft Index
AdvancedLoadWriteStore.The Persistence SPI.
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
-
Uses of NonBlockingStore.Characteristic in org.infinispan.persistence.async
Methods in org.infinispan.persistence.async that return types with arguments of type NonBlockingStore.Characteristic -
Uses of NonBlockingStore.Characteristic in org.infinispan.persistence.file
Methods in org.infinispan.persistence.file that return types with arguments of type NonBlockingStore.Characteristic -
Uses of NonBlockingStore.Characteristic in org.infinispan.persistence.manager
Method parameters in org.infinispan.persistence.manager with type arguments of type NonBlockingStore.CharacteristicModifier and TypeMethodDescription<K,V> List<NonBlockingStore<K, V>> PersistenceManagerImpl.getAllStores(Predicate<Set<NonBlockingStore.Characteristic>> predicate) -
Uses of NonBlockingStore.Characteristic in org.infinispan.persistence.sifs
Methods in org.infinispan.persistence.sifs that return types with arguments of type NonBlockingStore.Characteristic -
Uses of NonBlockingStore.Characteristic in org.infinispan.persistence.spi
Methods in org.infinispan.persistence.spi that return NonBlockingStore.CharacteristicModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static NonBlockingStore.Characteristic[]NonBlockingStore.Characteristic.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.persistence.spi that return types with arguments of type NonBlockingStore.CharacteristicModifier and TypeMethodDescriptiondefault Set<NonBlockingStore.Characteristic>NonBlockingStore.characteristics()Returns a set of characteristics for this store and its elements. -
Uses of NonBlockingStore.Characteristic in org.infinispan.persistence.support
Methods in org.infinispan.persistence.support that return types with arguments of type NonBlockingStore.CharacteristicModifier and TypeMethodDescriptionDelegatingNonBlockingStore.characteristics()NonBlockingStoreAdapter.characteristics() -
Uses of NonBlockingStore.Characteristic in org.infinispan.util.logging
Methods in org.infinispan.util.logging with parameters of type NonBlockingStore.CharacteristicModifier and TypeMethodDescriptionfinal org.infinispan.commons.CacheConfigurationExceptionLog_$logger.storeConfiguredHasBothReadAndWriteOnly(String storeClassName, NonBlockingStore.Characteristic configured, NonBlockingStore.Characteristic implSpecifies) org.infinispan.commons.CacheConfigurationExceptionLog.storeConfiguredHasBothReadAndWriteOnly(String storeClassName, NonBlockingStore.Characteristic configured, NonBlockingStore.Characteristic implSpecifies)