Uses of Class
org.infinispan.persistence.spi.NonBlockingStore.Characteristic
-
Packages that use NonBlockingStore.Characteristic Package Description org.infinispan.persistence.manager Implementations of thePersistenceManagerinterface, which define the logic of how infinispan interacts with external stores.org.infinispan.persistence.spi The Persistence SPI.org.infinispan.persistence.support org.infinispan.util.logging Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines. -
-
Uses of NonBlockingStore.Characteristic in org.infinispan.persistence.manager
Method parameters in org.infinispan.persistence.manager with type arguments of type NonBlockingStore.Characteristic Modifier and Type Method Description <K,V>
List<NonBlockingStore<K,V>>PersistenceManagerImpl. getAllStores(Predicate<Set<NonBlockingStore.Characteristic>> predicate) -
Uses of NonBlockingStore.Characteristic in org.infinispan.persistence.spi
Methods in org.infinispan.persistence.spi that return NonBlockingStore.Characteristic Modifier and Type Method Description static NonBlockingStore.CharacteristicNonBlockingStore.Characteristic. valueOf(String name)Returns 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.Characteristic Modifier and Type Method Description default 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.Characteristic Modifier and Type Method Description Set<NonBlockingStore.Characteristic>DelegatingNonBlockingStore. characteristics()Set<NonBlockingStore.Characteristic>NonBlockingStoreAdapter. characteristics() -
Uses of NonBlockingStore.Characteristic in org.infinispan.util.logging
Methods in org.infinispan.util.logging with parameters of type NonBlockingStore.Characteristic Modifier and Type Method Description 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)
-