Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.infinispan.commons Classes and Interfaces - 186 results found.
NameDescriptionTypePackageFramework
AbstractDelegatingMarshallerWith the introduction of global and cache marshallers, there's a need to separate marshallers but still rely on the same marshalling backend asClassorg.infinispan.commons.marshallInfinispan
AbstractExternalizerBase class for AdvancedExternalizer implementations that offers default implementations for some of its methods.Classorg.infinispan.commons.marshallInfinispan
AbstractFileLookupClassorg.infinispan.commons.utilInfinispan
AbstractInProcessFutureAn abstract Future that has completedVersion:4.Classorg.infinispan.commons.util.concurrentInfinispan
AbstractInProcessNotifyingFutureAn abstract NotifyingFuture that has completedVersion:4.Classorg.infinispan.commons.util.concurrentInfinispan
AbstractJBossMarshallerCommon parent for both embedded and standalone JBoss Marshalling-based marshallers.Classorg.infinispan.commons.marshall.jbossInfinispan
AbstractJBossMarshaller .DebuggingExceptionListenerClassorg.infinispan.commons.marshall.jboss.AbstractJBossMarshallerInfinispan
AbstractMapSimilar to the JDK's AbstractMap, this provides common functionality for custom map implementations.Classorg.infinispan.commons.utilInfinispan
AbstractMap .SimpleEntryClassorg.infinispan.commons.util.AbstractMapInfinispan
AbstractMarshallerAbstract Marshaller implementation containing shared implementations.Classorg.infinispan.commons.marshallInfinispan
AbstractTypedPropertiesConfigurationClassorg.infinispan.commons.configurationInfinispan
AdaptiveBufferSizePredictorThe BufferSizePredictor that automatically increases and decreases the predicted buffer size on feed back.Classorg.infinispan.commons.marshallInfinispan
AdvancedExternalizerAdvancedExternalizer provides an alternative way to provide externalizers for marshalling/unmarshalling user defined classes thatInterfaceorg.infinispan.commons.marshallInfinispan
AnyEquivalenceA compare function for objects.Classorg.infinispan.commons.equivalenceInfinispan
AnyServerEquivalenceAnyServerEquivalence.Classorg.infinispan.commons.equivalenceInfinispan
AsyncCacheAsyncCache.Interfaceorg.infinispan.commons.apiInfinispan
Base64Encodes and decodes to and from Base64 notation.Classorg.infinispan.commons.utilInfinispan
Base64 .InputStreamA Base64.Classorg.infinispan.commons.util.Base64Infinispan
Base64 .OutputStreamA Base64.Classorg.infinispan.commons.util.Base64Infinispan
BaseNotifyingFutureClassorg.infinispan.commons.util.concurrentInfinispan
BasicCacheBasicCache provides the common building block for the two different types of caches that Infinispan provides: embedded and remote.Interfaceorg.infinispan.commons.apiInfinispan
BasicCacheContainerBasicCacheContainer defines the methods used to obtain a org.Interfaceorg.infinispan.commons.apiInfinispan
BatchingCacheThe BatchingCache is implemented by all caches which support batchingSince:6.Interfaceorg.infinispan.commons.apiInfinispan
BeanUtilsSimple JavaBean manipulation helper methodsSince:4.Classorg.infinispan.commons.utilInfinispan
BlockingThreadPoolExecutorFactoryClassorg.infinispan.commons.executorsInfinispan
BufferSizePredictorBuffer size predictorSince:5.Interfaceorg.infinispan.commons.marshallInfinispan
BuilderBuilder.Interfaceorg.infinispan.commons.configurationInfinispan
BuiltByBuiltBy.Classorg.infinispan.commons.configurationInfinispan
ByRefThis class can be used to pass an argument by reference.Classorg.infinispan.commons.utilInfinispan
ByRef .BooleanClassorg.infinispan.commons.util.ByRefInfinispan
ByteArrayEquivalenceA compare function for unsigned byte arrays.Classorg.infinispan.commons.equivalenceInfinispan
ByteBufferA byte buffer that exposes the internal byte array with minimal copying.Interfaceorg.infinispan.commons.ioInfinispan
ByteBufferFactoryUsed for building instances of ByteBuffer.Interfaceorg.infinispan.commons.ioInfinispan
ByteBufferFactoryImplClassorg.infinispan.commons.ioInfinispan
ByteBufferImplA byte buffer that exposes the internal byte array with minimal copyingSince:4.Classorg.infinispan.commons.ioInfinispan
ByteBufferImpl .ExternalizerClassorg.infinispan.commons.io.ByteBufferImplInfinispan
CacheConfigurationExceptionAn exception that represents an error in the configuration.Classorg.infinispan.commonsInfinispan
CachedThreadPoolExecutorFactoryClassorg.infinispan.commons.executorsInfinispan
CacheExceptionThrown when operations on Cache fail unexpectedly.Classorg.infinispan.commonsInfinispan
CacheListenerExceptionWraps exceptions produced by listener implementations.Classorg.infinispan.commonsInfinispan
ClassFinderClassorg.infinispan.commons.utilInfinispan
CloseableIterableInterface that provides semantics of a Iterable and AutoCloseable interfaces.Interfaceorg.infinispan.commons.utilInfinispan
CloseableIteratorInterface that provides semantics of a Iterator and AutoCloseable interfaces.Interfaceorg.infinispan.commons.utilInfinispan
CloseableIteratorCollectionA collection that defines an iterator method that returns a CloseableIterator instead of a non closeable one.Interfaceorg.infinispan.commons.utilInfinispan
CloseableIteratorCollectionAdapterAdapts Collection to CloseableIteratorCollectionAuthor:Radim Vansa Classorg.infinispan.commons.utilInfinispan
CloseableIteratorMapperA iterator that maps each value to the output of the Function.Classorg.infinispan.commons.utilInfinispan
CloseableIteratorSetA set that defines an iterator method that returns a CloseableIterator instead of a non closeable one.Interfaceorg.infinispan.commons.utilInfinispan
CloseableIteratorSetAdapterAdapts Set to CloseableIteratorSetAuthor:Radim Vansa Classorg.infinispan.commons.utilInfinispan
CloseablesThis class consists exclusively of static methods that operate on or return closeable interfaces.Classorg.infinispan.commons.utilInfinispan
CloseableSpliteratorInterface that provides semantics of a Spliterator and AutoCloseable interfaces.Interfaceorg.infinispan.commons.utilInfinispan
CollectionFactoryA factory for ConcurrentMaps.Classorg.infinispan.commons.utilInfinispan
CompositeNotifyingFutureCompositeNotifyingFuture aggregates several NotifyingFuture and completes when all of them complete.Classorg.infinispan.commons.util.concurrentInfinispan
ConcurrentWeakKeyHashMapAn alternative weak-key ConcurrentMap which is similar to ConcurrentHashMap.Classorg.infinispan.commons.util.concurrentInfinispan
ConcurrentWeakKeyHashMap .ReusableIteratorInterfaceorg.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMapInfinispan
ConfigurationForConfigurationFor.Classorg.infinispan.commons.configurationInfinispan
ConfigurationUtilsConfigurationUtils.Classorg.infinispan.commons.configurationInfinispan
ConfiguredByDefines the configuration used to configure the given class instancesSince:7.Classorg.infinispan.commons.configurationInfinispan
DefaultContextClassResolverThis class refines ContextClassLoader to add a default class loader.Classorg.infinispan.commons.marshall.jbossInfinispan
EitherClassorg.infinispan.commons.utilInfinispan
Either .TypeReturns the enum constant of this type with the specified name.Classorg.infinispan.commons.util.EitherInfinispan
EntryVersionInterfaceorg.infinispan.commons.api.functionalInfinispan
EntryVersion .CompareResultDenotes a version that was created temporally after another version.Classorg.infinispan.commons.api.functional.EntryVersionInfinispan
EntryVersion .NumericEntryVersionClassorg.infinispan.commons.api.functional.EntryVersionInfinispan
EntryViewEntry views expose cached entry information to the user.Classorg.infinispan.commons.api.functionalInfinispan
EntryView .ReadEntryViewExpose read-only information about a cache entry potentially associated with a key in the functional map.Interfaceorg.infinispan.commons.api.functional.EntryViewInfinispan
EntryView .ReadWriteEntryViewExpose information about a cache entry potentially associated with a key in the functional map, and allows that cache entry to be written withInterfaceorg.infinispan.commons.api.functional.EntryViewInfinispan
EntryView .WriteEntryViewExpose a write-only facade for a cache entry potentially associated with a key in the functional map which allows the cache entry to be written withInterfaceorg.infinispan.commons.api.functional.EntryViewInfinispan
EnumerationListClassorg.infinispan.commons.utilInfinispan
EquivalenceAn interface that allows custom implementations for objects that are comparable based on equality, hash code calculations, or according toInterfaceorg.infinispan.commons.equivalenceInfinispan
EquivalentHashMapCustom hash-based map which accepts no null keys nor null values, where equality and hash code calculations are done based on passedClassorg.infinispan.commons.equivalenceInfinispan
EquivalentHashMap .NodeClassorg.infinispan.commons.equivalence.EquivalentHashMapInfinispan
EquivalentHashSetCustom hash-based set which accepts no null values, where equality and hash code calculations are done based on passedClassorg.infinispan.commons.equivalenceInfinispan
EquivalentLinkedHashMapCustom hash-based linked list map which accepts no null keys nor null values, where equality and hash code calculations are done based on passedClassorg.infinispan.commons.equivalenceInfinispan
EquivalentLinkedHashMap .IterationOrderReturns the enum constant of this type with the specified name.Classorg.infinispan.commons.equivalence.EquivalentLinkedHashMapInfinispan
ExecutorFactoryUsed to configure and create executorsSince:4.Interfaceorg.infinispan.commons.executorsInfinispan
ExperimentalAn experimental user-facing API.Classorg.infinispan.commons.utilInfinispan
ExposedByteArrayOutputStream which copies the internal buffer.Classorg.infinispan.commons.ioInfinispan
ExtendedRiverMarshallerRiverMarshaller extension that allows Infinispan code to directly create instances of it.Classorg.infinispan.commons.marshall.jbossInfinispan
ExtendedRiverUnmarshallerAn extended RiverUnmarshaller that allows Infinispan StreamingMarshaller instances to travel down the stack to potential externalizer implementationsClassorg.infinispan.commons.marshall.jbossInfinispan
ExternalizerOne of the key aspects of Infinispan is that it often needs to marshall or unmarshall objects in order to provide some of its functionality.Interfaceorg.infinispan.commons.marshallInfinispan
FastCopyHashMapA HashMap that is optimized for fast shallow copies.Classorg.infinispan.commons.utilInfinispan
FileLookupInterfaceorg.infinispan.commons.utilInfinispan
FileLookupFactoryClassorg.infinispan.commons.utilInfinispan
FileLookupFactory .DefaultFileLookupClassorg.infinispan.commons.util.FileLookupFactoryInfinispan
ForwardingListA list which forwards all its method calls to another list.Classorg.infinispan.commons.utilInfinispan
FunctionalMapTop level functional map interface offering common functionality for the read-only, read-write, and write-only operations that can be run against aInterfaceorg.infinispan.commons.api.functionalInfinispan
FunctionalMap .ReadOnlyMapExposes read-only operations that can be executed against the functional map.Interfaceorg.infinispan.commons.api.functional.FunctionalMapInfinispan
FunctionalMap .ReadWriteMapExposes read-write operations that can be executed against the functional map.Interfaceorg.infinispan.commons.api.functional.FunctionalMapInfinispan
FunctionalMap .WriteOnlyMapExposes write-only operations that can be executed against the functional map.Interfaceorg.infinispan.commons.api.functional.FunctionalMapInfinispan
FutureListenerA listener that is called back when a future is done.Interfaceorg.infinispan.commons.util.concurrentInfinispan
FuturesUtilities for NotifyingFuture composition.Classorg.infinispan.commons.util.concurrentInfinispan
GenericJBossMarshallerA marshaller that makes use of JBoss Marshalling to serialize and deserialize objects.Classorg.infinispan.commons.marshall.jbossInfinispan
HashInterface that governs implementationsAuthor:Manik Surtani, Patrick McFarlandSee Also:MurmurHash2, Interfaceorg.infinispan.commons.hashInfinispan
IdentityEquivalenceEquivalence implementation that uses the System.Classorg.infinispan.commons.equivalenceInfinispan
IdsIndexes for object types included in commons.Interfaceorg.infinispan.commons.marshallInfinispan
ImmutableListCopyA lightweight, read-only copy of a List.Classorg.infinispan.commons.utilInfinispan
ImmutableListCopy .ExternalizerClassorg.infinispan.commons.util.ImmutableListCopyInfinispan
ImmutablesFactory for generating immutable type wrappers.Classorg.infinispan.commons.utilInfinispan
Immutables .ImmutableMapWrapperExternalizerClassorg.infinispan.commons.util.ImmutablesInfinispan
InfinispanCollectionsStatic helpers for Infinispan-specific collectionsSince:4.Classorg.infinispan.commons.utilInfinispan
InfinispanCollections .EmptyListClassorg.infinispan.commons.util.InfinispanCollectionsInfinispan
InfinispanCollections .EmptyList .EmptyListExternalizerClassorg.infinispan.commons.util.InfinispanCollections.EmptyListInfinispan
InfinispanCollections .EmptyMapClassorg.infinispan.commons.util.InfinispanCollectionsInfinispan
InfinispanCollections .EmptyMap .EmptyMapExternalizerClassorg.infinispan.commons.util.InfinispanCollections.EmptyMapInfinispan
InfinispanCollections .EmptySetClassorg.infinispan.commons.util.InfinispanCollectionsInfinispan
InfinispanCollections .EmptySet .EmptySetExternalizerClassorg.infinispan.commons.util.InfinispanCollections.EmptySetInfinispan
InfinispanCollections .FunctionA function that converts a type into another one.Interfaceorg.infinispan.commons.util.InfinispanCollectionsInfinispan
InfinispanCollections .MapMakerFunctionA function that converts an entry into a key/value pair for use in a map.Interfaceorg.infinispan.commons.util.InfinispanCollectionsInfinispan
InstanceReusingAdvancedExternalizerAn advanced externalizer that when implemented will allow for child instances that also extend this class to use object instances instead of serializing a brand new object.Classorg.infinispan.commons.marshallInfinispan
IteratorMapperA iterator that maps each value to the output of the Function.Classorg.infinispan.commons.utilInfinispan
JavaSerializationMarshallerStandard Java serialization marshaller.Classorg.infinispan.commons.marshallInfinispan
JBossExternalizerAdapterClassorg.infinispan.commons.marshall.jbossInfinispan
JBossMarshallerFactoryA JBoss Marshalling factory class for retrieving marshaller/unmarshaller instances.Classorg.infinispan.commons.marshall.jbossInfinispan
KeyValueWithPreviousClassorg.infinispan.commons.utilInfinispan
KeyValueWithPrevious .KeyValueWithPreviousExternalizerClassorg.infinispan.commons.util.KeyValueWithPreviousInfinispan
LambdaExternalizerA lambda AdvancedExternalizer.Interfaceorg.infinispan.commons.marshallInfinispan
LegacyKeySupportSystemPropertiesA wrapper around system properties that supports legacy keysVersion:4.Classorg.infinispan.commons.utilInfinispan
LifecycleLifecycle interface that defines the lifecycle of componentsSince:4.Interfaceorg.infinispan.commons.apiInfinispan
ListenersHolder class for functional listener definitions.Classorg.infinispan.commons.api.functionalInfinispan
Listeners .ReadWriteListenersRead-write listeners enable users to register listeners for cache entry created, modified and removed events, and also register listenersInterfaceorg.infinispan.commons.api.functional.ListenersInfinispan
Listeners .ReadWriteListeners .ReadWriteListenerEntry created event callback that receives a EntryView.Interfaceorg.infinispan.commons.api.functional.Listeners.ReadWriteListenersInfinispan
Listeners .WriteListenersWrite listeners enable user to register listeners for any cache entry write events that happen in either a read-write or write-onlyInterfaceorg.infinispan.commons.api.functional.ListenersInfinispan
Listeners .WriteListeners .WriteListenerWrite-only listener.Interfaceorg.infinispan.commons.api.functional.Listeners.WriteListenersInfinispan
MarshallableFunctionExternalizersClassorg.infinispan.commons.marshallInfinispan
MarshallableFunctionExternalizers .ConstantLambdaExternalizerClassorg.infinispan.commons.marshall.MarshallableFunctionExternalizersInfinispan
MarshallableFunctionExternalizers .LambdaWithMetasExternalizerClassorg.infinispan.commons.marshall.MarshallableFunctionExternalizersInfinispan
MarshallableFunctionExternalizers .SetValueIfEqualsReturnBooleanExternalizerClassorg.infinispan.commons.marshall.MarshallableFunctionExternalizersInfinispan
MarshallableFunctionsClassorg.infinispan.commons.marshallInfinispan
MarshallableTypeHintsClass providing hints about marshallable types, such as whether a particular type is marshallable or not, or an accurate approach to the serializedClassorg.infinispan.commons.marshallInfinispan
MarshallerA marshaller is a class that is able to marshall and unmarshall objects efficiently.Interfaceorg.infinispan.commons.marshallInfinispan
MarshallUtilClassorg.infinispan.commons.marshallInfinispan
MemoryUnitClassorg.infinispan.commons.utilInfinispan
MetaParamAn easily extensible metadata parameter that's stored along with the value in the the functional map.Interfaceorg.infinispan.commons.api.functionalInfinispan
MetaParam .LookupProvides metadata parameter lookup capabilities using Class as When the MetaParam type is generic, e.Interfaceorg.infinispan.commons.api.functional.MetaParamInfinispan
MetaParam .MetaCreatedClassorg.infinispan.commons.api.functional.MetaParamInfinispan
MetaParam .MetaEntryVersionWritable metadata parameter representing a cached entry's generic version.Classorg.infinispan.commons.api.functional.MetaParamInfinispan
MetaParam .MetaLastUsedClassorg.infinispan.commons.api.functional.MetaParamInfinispan
MetaParam .MetaLifespanWritable metadata parameter representing a cached entry's millisecond lifespan.Classorg.infinispan.commons.api.functional.MetaParamInfinispan
MetaParam .MetaLongAbstract class for numeric long-based metadata parameter instances.Classorg.infinispan.commons.api.functional.MetaParamInfinispan
MetaParam .MetaMaxIdleClassorg.infinispan.commons.api.functional.MetaParamInfinispan
MetaParam .WritableWritable MetaParam instances are those that the user can provide to be stored as part of the cache entry.Interfaceorg.infinispan.commons.api.functional.MetaParamInfinispan
MurmurHash2An implementation of Austin Appleby's MurmurHash2.Classorg.infinispan.commons.hashInfinispan
MurmurHash2 .ExternalizerClassorg.infinispan.commons.hash.MurmurHash2Infinispan
MurmurHash2CompatAn implementation of Austin Appleby's MurmurHash2.Classorg.infinispan.commons.hashInfinispan
MurmurHash2Compat .ExternalizerClassorg.infinispan.commons.hash.MurmurHash2CompatInfinispan
MurmurHash3MurmurHash3 implementation in Java, based on Austin Appleby's original in C Only implementing x64 version, because this should always be faster on 64 bitClassorg.infinispan.commons.hashInfinispan
MurmurHash3 .ExternalizerClassorg.infinispan.commons.hash.MurmurHash3Infinispan
NoOpFutureA future that doesn't do anything and simply returns a given return value.Classorg.infinispan.commons.util.concurrentInfinispan
NoStateExternalizerAn externalizer that writes no state.Classorg.infinispan.commons.marshall.extsInfinispan
NotifyingFutureA sub-interface of a Future, that allows for listeners to be attached so that observers can be notified of when the See FutureListener for more details.Interfaceorg.infinispan.commons.util.concurrentInfinispan
NotifyingFutureImplConstructs an instance of a NotifyingFuture.Classorg.infinispan.commons.util.concurrentInfinispan
NotifyingNotifiableFutureAn internal interface which adds the ability to inform the future of completion.Interfaceorg.infinispan.commons.util.concurrentInfinispan
NotSerializableExceptionAn exception that hides inner stacktrace lines for non serializable exceptions.Classorg.infinispan.commons.marshallInfinispan
ObjectDuplicatorA helper that efficiently duplicates known object types.Classorg.infinispan.commons.utilInfinispan
OsgiClassLoaderLoad the class and break on first found match.Classorg.infinispan.commons.utilInfinispan
ParallelIterableMapMap implementing this interface provide a mechanism for parallel key/value iteration.Interfaceorg.infinispan.commons.util.concurrentInfinispan
ParamAn easily extensible parameter that allows functional map operations to be tweaked.Interfaceorg.infinispan.commons.api.functionalInfinispan
Param .FutureModeWhen a method defines CompletableFuture as a return type, it implies the method called will be called asynchronously and that theClassorg.infinispan.commons.api.functional.ParamInfinispan
Param .PersistenceModeWhen a persistence store is attached to a cache, by default all write operations, regardless of whether they are inserts, updates or removes,Classorg.infinispan.commons.api.functional.ParamInfinispan
ParamIdsParameter identifiers.Classorg.infinispan.commons.api.functionalInfinispan
PeekableMapInterfaceorg.infinispan.commons.utilInfinispan
ProxiesProxies is a collection of useful dynamic profixes.Classorg.infinispan.commons.utilInfinispan
ReflectionUtilBasic reflection utilities to enhance what the JDK provides.Classorg.infinispan.commons.utilInfinispan
ReversibleOrderedSetA set that allows reverse iteration of the set elements, exposed via the reverseIterator() method.Interfaceorg.infinispan.commons.utilInfinispan
RiverCloseListenerRiverCloseListener is used by Infinispan's extension of River Marshaller and Unmarshaller so that pools can be notified of instances not being in use anymore.Interfaceorg.infinispan.commons.marshall.jbossInfinispan
ScheduledThreadPoolExecutorFactoryClassorg.infinispan.commons.executorsInfinispan
SecurityAwareExecutorFactoryUsed to configure and create executors which are aware of the current security contextSince:7.Interfaceorg.infinispan.commons.executorsInfinispan
SelfThis interface simplifies the task of writing fluent builders which need to inherit from other builders (abstract or concrete).Interfaceorg.infinispan.commons.configurationInfinispan
SerializeFunctionWithIndicate that this function should be serialized with an instance of the given Externalizer class.Classorg.infinispan.commons.marshallInfinispan
SerializeWithIndicate that this class should be serialized with an instance of the given Externalizer class.Classorg.infinispan.commons.marshallInfinispan
SerializeWithExtFactoryJBoss Marshalling plugin class for ClassExternalizerFactory that allows for Infinispan annotations to be used instead of JBoss MarshallingClassorg.infinispan.commons.marshall.jbossInfinispan
ServiceFinderServiceFinder is a ServiceLoader replacement which understands multipleSince:6.Classorg.infinispan.commons.utilInfinispan
SignedNumericVariable length encoding for signed numbers, using the ZigZag techniqueSince:8.Classorg.infinispan.commons.ioInfinispan
SimpleImmutableEntryClassorg.infinispan.commons.utilInfinispan
SslContextFactoryClassorg.infinispan.commons.utilInfinispan
StatusDifferent states a component may be in.Classorg.infinispan.commons.api.functionalInfinispan
StreamingMarshallerA specialization of Marshaller that supports streams.Interfaceorg.infinispan.commons.marshallInfinispan
StringPropertyReplacerA utility class for replacing properties in strings.Classorg.infinispan.commons.utilInfinispan
ThreadPoolExecutorFactoryInterfaceorg.infinispan.commons.executorsInfinispan
TraversableUnsorted traversable stream for sequential and aggregating operations.Interfaceorg.infinispan.commons.api.functionalInfinispan
TypedPropertiesType-aware properties.Classorg.infinispan.commons.utilInfinispan
UnsignedNumericHelper to read and write unsigned numericsSince:4.Classorg.infinispan.commons.ioInfinispan
UtilGeneral utility methods used throughout the Infinispan code base.Classorg.infinispan.commons.utilInfinispan
ValueMatcherModeenum ValueMatcherModeEnum Constant SummaryClassorg.infinispan.commons.marshallInfinispan
WeakValueHashMapThis Map will remove entries when the value in the map has been cleaned fromAuthor:Bill Burke, Adrian Brock, Ales JustinSee Also:Classorg.infinispan.commons.utilInfinispan
WeakValueHashMap .ValueRefGet underlying value.Interfaceorg.infinispan.commons.util.WeakValueHashMapInfinispan