Index
All Classes and Interfaces|All Packages|Serialized Form
A
- AbstractPrimaryOwnerCommand<K,
V, - Class in org.wildfly.clustering.server.infinispan.schedulerR> -
An abstract primary owner command.
- accept(CacheStreamFilter) - Method in class org.wildfly.clustering.server.infinispan.scheduler.CacheEntriesTask
- accept(CacheStreamFilter) - Method in class org.wildfly.clustering.server.infinispan.scheduler.CacheKeysTask
- AddressGroupMemberExternalizerProvider() - Constructor for class org.wildfly.clustering.server.infinispan.EmbeddedCacheManagerGroupMemberSerializer.AddressGroupMemberExternalizerProvider
-
Creates an externalizer provider for a group member.
- AddressGroupMemberFormatter() - Constructor for class org.wildfly.clustering.server.infinispan.EmbeddedCacheManagerGroupMemberSerializer.AddressGroupMemberFormatter
-
Creates a formatter of a group member.
- AddressMarshaller - Enum Class in org.wildfly.clustering.server.infinispan
-
ProtoStream marshaller for an
Address. - AddressSerializer - Enum Class in org.wildfly.clustering.server.infinispan
-
Serializer for an Infinispan JGroups-based address.
- AddressSerializer.JGroupsAddressExternalizerProvider - Class in org.wildfly.clustering.server.infinispan
-
Provides an externalizer of a JGroups address.
- AddressSerializer.JGroupsAddressFormatter - Class in org.wildfly.clustering.server.infinispan
-
A formatter of a JGroups address.
- AddressSetAddFunction - Class in org.wildfly.clustering.server.infinispan.provider
-
A function used to perform add/addAll operations on a set of addresses.
- AddressSetAddFunction(Collection) - Constructor for class org.wildfly.clustering.server.infinispan.provider.AddressSetAddFunction
-
Creates a function that adds the specified addresses to a set.
- AddressSetAddFunction(Address) - Constructor for class org.wildfly.clustering.server.infinispan.provider.AddressSetAddFunction
-
Creates a function that adds the specified address to a set.
- AddressSetFunctionMarshaller<F> - Class in org.wildfly.clustering.server.infinispan.provider
-
Marshaller for an function that operates on a
SetofAddressinstances. - AddressSetFunctionMarshaller(Class, Function) - Constructor for class org.wildfly.clustering.server.infinispan.provider.AddressSetFunctionMarshaller
-
Creates an address set function of the specified implementation type
- AddressSetRemoveFunction - Class in org.wildfly.clustering.server.infinispan.provider
-
A function used to perform remove/removeAll operations on a set of addresses.
- AddressSetRemoveFunction(Collection) - Constructor for class org.wildfly.clustering.server.infinispan.provider.AddressSetRemoveFunction
-
Creates a function that removes the specified addresses from a set.
- AddressSetRemoveFunction(Address) - Constructor for class org.wildfly.clustering.server.infinispan.provider.AddressSetRemoveFunction
-
Creates a function that removes the specified address from a set.
- AffinityIdentifierFactoryService<I> - Class in org.wildfly.clustering.server.infinispan.manager
-
An
IdentifierFactoryServicethat uses aKeyAffinityServiceto pre-generate locally hashing identifiers from a supplier. - AffinityIdentifierFactoryService(Supplier, Cache) - Constructor for class org.wildfly.clustering.server.infinispan.manager.AffinityIdentifierFactoryService
-
Creates an affinity identifier factory service.
- apply(I) - Method in class org.wildfly.clustering.server.infinispan.affinity.NaryGroupMemberAffinity
- apply(I) - Method in class org.wildfly.clustering.server.infinispan.affinity.UnaryGroupMemberAffinity
C
- CacheContainerCommandDispatcherFactory - Interface in org.wildfly.clustering.server.infinispan.dispatcher
-
A command dispatcher factory associated with a cache container.
- CacheContainerGroup - Interface in org.wildfly.clustering.server.infinispan
-
A group associated with a cache container
- CacheContainerGroupMember - Interface in org.wildfly.clustering.server.infinispan
-
A cache container-based group member.
- CacheContainerGroupMemberFactory - Interface in org.wildfly.clustering.server.infinispan
-
A factory that creates cache container-based group members.
- CacheContainerRegistry<K,
V> - Interface in org.wildfly.clustering.server.infinispan.registry -
A registry associated with a cache container group.
- CacheContainerServiceProviderRegistrar<T> - Interface in org.wildfly.clustering.server.infinispan.provider
-
A service provider registrar associated with a cache container group.
- CacheEntriesTask<K,
V> - Class in org.wildfly.clustering.server.infinispan.scheduler -
Invokes a task against cache entries matching a filter.
- CacheEntryScheduler<K,
V> - Interface in org.wildfly.clustering.server.infinispan.scheduler -
A scheduler for a cache entry.
- CacheEntrySchedulerService<I,
K, - Class in org.wildfly.clustering.server.infinispan.schedulerV, T> -
A cache entry scheduler facade for a scheduler.
- CacheEntrySchedulerService(SchedulerService, BiFunction) - Constructor for class org.wildfly.clustering.server.infinispan.scheduler.CacheEntrySchedulerService
-
Creates a cache entry scheduler from the specified scheduler and mapper.
- CacheKeysTask<K,
V> - Class in org.wildfly.clustering.server.infinispan.scheduler -
Invokes a task against cache entries matching a filter.
- CacheRegistry<K,
V> - Class in org.wildfly.clustering.server.infinispan.registry -
Clustered
Registrybacked by an Infinispan cache. - CacheRegistry(CacheRegistry.Configuration) - Constructor for class org.wildfly.clustering.server.infinispan.registry.CacheRegistry
-
Creates a cache registry using the specified configuration.
- CacheRegistry.Configuration<K,
V> - Interface in org.wildfly.clustering.server.infinispan.registry -
The configuration of this registry.
- CacheServiceProviderRegistrar<T> - Class in org.wildfly.clustering.server.infinispan.provider
-
Infinispan
CachebasedServiceProviderRegistrar. - CacheServiceProviderRegistrar(CacheServiceProviderRegistrar.Configuration) - Constructor for class org.wildfly.clustering.server.infinispan.provider.CacheServiceProviderRegistrar
-
Creates a service provider registrar using the specified configuration
- CacheServiceProviderRegistrar.Configuration - Interface in org.wildfly.clustering.server.infinispan.provider
-
The configuration of this service provider registrar.
- cancel(K) - Method in class org.wildfly.clustering.server.infinispan.scheduler.PrimaryOwnerSchedulerService
- cancel(Cache, Predicate, CacheEntryScheduler) - Static method in class org.wildfly.clustering.server.infinispan.scheduler.CacheKeysTask
-
Creates a schedule task for keys matching the specified filter.
- cancel(Cache, Predicate, CacheEntryScheduler) - Static method in class org.wildfly.clustering.server.infinispan.scheduler.CacheEntriesTask
-
Creates a task that cancels entries matching the specified filter.
- CancelCommand<K,
V> - Class in org.wildfly.clustering.server.infinispan.scheduler -
Command that cancels a previously scheduled entry.
- CancelCommand(K) - Constructor for class org.wildfly.clustering.server.infinispan.scheduler.CancelCommand
-
Creates a cancel command for a scheduled entry with the specified key
- cancelKey(K) - Method in interface org.wildfly.clustering.server.infinispan.scheduler.CacheEntryScheduler
-
Cancels the entry with the specified key.
- cancelKey(K) - Method in class org.wildfly.clustering.server.infinispan.scheduler.CacheEntrySchedulerService
- ChannelEmbeddedCacheManagerCommandDispatcherFactoryConfiguration - Interface in org.wildfly.clustering.server.infinispan.dispatcher
-
Encapsulates the configuration of a command dispatcher factory associated with a clustered cache container.
- ChannelEmbeddedCacheManagerGroupConfiguration - Interface in org.wildfly.clustering.server.infinispan
-
Encapsulates a configuration of a group associated with a clustered cache container.
- close() - Method in class org.wildfly.clustering.server.infinispan.dispatcher.EmbeddedCacheManagerCommandDispatcher
- close() - Method in class org.wildfly.clustering.server.infinispan.provider.CacheServiceProviderRegistrar
- close() - Method in class org.wildfly.clustering.server.infinispan.registry.CacheRegistry
- close() - Method in class org.wildfly.clustering.server.infinispan.scheduler.PrimaryOwnerSchedulerService
- contains(K) - Method in class org.wildfly.clustering.server.infinispan.scheduler.PrimaryOwnerSchedulerService
- ContainsCommand<K,
V> - Class in org.wildfly.clustering.server.infinispan.scheduler -
Command that determine if a given entry is known to the scheduler.
- containsKey(K) - Method in interface org.wildfly.clustering.server.infinispan.scheduler.CacheEntryScheduler
-
Indicates whether or not the entry with the specified cache key is scheduled.
- containsKey(K) - Method in class org.wildfly.clustering.server.infinispan.scheduler.CacheEntrySchedulerService
- createCommandDispatcher(Object, C, ClassLoader) - Method in class org.wildfly.clustering.server.infinispan.dispatcher.EmbeddedCacheManagerCommandDispatcherFactory
- created(CacheEntryCreatedEvent) - Method in class org.wildfly.clustering.server.infinispan.provider.CacheServiceProviderRegistrar
-
Non-blocking handler of cache entry creation events.
- createGroupMember(Address) - Method in class org.wildfly.clustering.server.infinispan.EmbeddedCacheManagerGroupMemberFactory
D
- dispatchToGroup(Command) - Method in class org.wildfly.clustering.server.infinispan.dispatcher.EmbeddedCacheManagerCommandDispatcher
- dispatchToGroup(Command, Set) - Method in class org.wildfly.clustering.server.infinispan.dispatcher.EmbeddedCacheManagerCommandDispatcher
- dispatchToMember(Command, CacheContainerGroupMember) - Method in class org.wildfly.clustering.server.infinispan.dispatcher.EmbeddedCacheManagerCommandDispatcher
E
- EmbeddedCacheManagerCommandDispatcher<A,
M, - Class in org.wildfly.clustering.server.infinispan.dispatcherC> -
A
CommandDispatcherfor dispatching commands to embedded cache manager group members. - EmbeddedCacheManagerCommandDispatcher(CommandDispatcher, Function, Function) - Constructor for class org.wildfly.clustering.server.infinispan.dispatcher.EmbeddedCacheManagerCommandDispatcher
-
Creates a command dispatcher decorator.
- EmbeddedCacheManagerCommandDispatcherFactory<A,
M> - Class in org.wildfly.clustering.server.infinispan.dispatcher -
A factory for creating a
CommandDispatcherfor dispatching commands to embedded cache manager group members. - EmbeddedCacheManagerCommandDispatcherFactory(EmbeddedCacheManagerCommandDispatcherFactoryConfiguration) - Constructor for class org.wildfly.clustering.server.infinispan.dispatcher.EmbeddedCacheManagerCommandDispatcherFactory
-
Creates a command dispatcher factory using the specified configuration
- EmbeddedCacheManagerCommandDispatcherFactoryConfiguration<A,
M> - Interface in org.wildfly.clustering.server.infinispan.dispatcher -
Encapsulates configuration of an
EmbeddedCacheManagerCommandDispatcherFactory. - EmbeddedCacheManagerGroup<A,
M> - Class in org.wildfly.clustering.server.infinispan -
A group composed of embedded cache manager members.
- EmbeddedCacheManagerGroup(EmbeddedCacheManagerGroupConfiguration) - Constructor for class org.wildfly.clustering.server.infinispan.EmbeddedCacheManagerGroup
-
Creates a group associated with a cache container.
- EmbeddedCacheManagerGroupConfiguration<A,
M> - Interface in org.wildfly.clustering.server.infinispan -
Encapsulates the configuration of a
EmbeddedCacheManagerGroup. - EmbeddedCacheManagerGroupMember - Class in org.wildfly.clustering.server.infinispan
-
A group member of an Infinispan cache container.
- EmbeddedCacheManagerGroupMember(Address) - Constructor for class org.wildfly.clustering.server.infinispan.EmbeddedCacheManagerGroupMember
-
Creates a cache container-based group member.
- EmbeddedCacheManagerGroupMemberFactory - Class in org.wildfly.clustering.server.infinispan
-
A factory for creating a cache container-based group member.
- EmbeddedCacheManagerGroupMemberFactory(EmbeddedCacheContainerConfiguration) - Constructor for class org.wildfly.clustering.server.infinispan.EmbeddedCacheManagerGroupMemberFactory
-
Creates a cache-container group member factory.
- EmbeddedCacheManagerGroupMemberSerializer - Enum Class in org.wildfly.clustering.server.infinispan
-
Marshalling externalizer for an
EmbeddedCacheManagerGroupMember. - EmbeddedCacheManagerGroupMemberSerializer.AddressGroupMemberExternalizerProvider - Class in org.wildfly.clustering.server.infinispan
-
Provides an externalizer of a cache container-based group member.
- EmbeddedCacheManagerGroupMemberSerializer.AddressGroupMemberFormatter - Class in org.wildfly.clustering.server.infinispan
-
Formatter of a cache container-based group member.
- equals(Object) - Method in class org.wildfly.clustering.server.infinispan.LocalEmbeddedCacheManagerGroupMember
- event(CacheEntryEvent) - Method in class org.wildfly.clustering.server.infinispan.registry.CacheRegistry
-
Non-blocking handler of cache entry creation/modified events.
- execute(Scheduler) - Method in class org.wildfly.clustering.server.infinispan.scheduler.CancelCommand
- execute(Scheduler) - Method in class org.wildfly.clustering.server.infinispan.scheduler.ContainsCommand
- execute(Scheduler) - Method in class org.wildfly.clustering.server.infinispan.scheduler.ScheduleCommand
- ExpirationSerializationContextInitializer - Class in org.wildfly.clustering.server.infinispan.expiration
-
SerializationContextInitializerthat registers marshallers for all marshallable objects in this package. - ExpirationSerializationContextInitializer() - Constructor for class org.wildfly.clustering.server.infinispan.expiration.ExpirationSerializationContextInitializer
-
Creates a serialization context initializer.
F
- forCache(Cache) - Method in interface org.wildfly.clustering.server.infinispan.CacheContainerGroup
-
Creates a cache container group for the associated cache.
- format(Address) - Method in class org.wildfly.clustering.server.infinispan.AddressSerializer.JGroupsAddressFormatter
G
- get() - Method in class org.wildfly.clustering.server.infinispan.manager.AffinityIdentifierFactoryService
- getAddressUnwrapper() - Method in interface org.wildfly.clustering.server.infinispan.dispatcher.ChannelEmbeddedCacheManagerCommandDispatcherFactoryConfiguration
- getAddressUnwrapper() - Method in interface org.wildfly.clustering.server.infinispan.dispatcher.EmbeddedCacheManagerCommandDispatcherFactoryConfiguration
-
Returns a function that converts an Infinispan address to the identifier expected by the decorated command dispatcher factory.
- getAddressUnwrapper() - Method in interface org.wildfly.clustering.server.infinispan.dispatcher.LocalEmbeddedCacheManagerCommandDispatcherFactoryConfiguration
- getAddressWrapper() - Method in interface org.wildfly.clustering.server.infinispan.ChannelEmbeddedCacheManagerGroupConfiguration
- getAddressWrapper() - Method in interface org.wildfly.clustering.server.infinispan.EmbeddedCacheManagerGroupConfiguration
-
Returns a wrapper function that converts the group member identifier of the decorated group to an Infinispan address.
- getAddressWrapper() - Method in interface org.wildfly.clustering.server.infinispan.LocalEmbeddedCacheManagerGroupConfiguration
- getAffinity() - Method in interface org.wildfly.clustering.server.infinispan.scheduler.PrimaryOwnerSchedulerService.Configuration
-
Returns the function returning the group member for which a given identifier has affinity.
- getCacheConfiguration() - Method in interface org.wildfly.clustering.server.infinispan.scheduler.PrimaryOwnerSchedulerService.Configuration
-
Returns the configuration for the associated cache.
- getCacheContainer() - Method in interface org.wildfly.clustering.server.infinispan.CacheContainerGroup
-
Returns the cache container associated with this group.
- getCacheContainer() - Method in class org.wildfly.clustering.server.infinispan.EmbeddedCacheManagerGroup
- getCancelTask() - Method in interface org.wildfly.clustering.server.infinispan.scheduler.PrimaryOwnerSchedulerService.Configuration
-
Returns the task that cancels entries matching a given filter.
- getClassLoader() - Method in interface org.wildfly.clustering.server.infinispan.scheduler.PrimaryOwnerSchedulerService.Configuration
-
Returns the class loader from which this scheduler will configure its command dispatcher.
- getCloseTask() - Method in interface org.wildfly.clustering.server.infinispan.registry.CacheRegistry.Configuration
-
Returns a task to run on
Registry.close(). - getCommandDispatcherFactory() - Method in interface org.wildfly.clustering.server.infinispan.dispatcher.EmbeddedCacheManagerCommandDispatcherFactoryConfiguration
-
Returns the decorated command dispatcher factory
- getCommandDispatcherFactory() - Method in interface org.wildfly.clustering.server.infinispan.dispatcher.LocalEmbeddedCacheManagerCommandDispatcherFactoryConfiguration
- getCommandDispatcherFactory() - Method in interface org.wildfly.clustering.server.infinispan.scheduler.PrimaryOwnerSchedulerService.Configuration
-
Returns the command dispatcher factory for this scheduler.
- getContext() - Method in class org.wildfly.clustering.server.infinispan.dispatcher.EmbeddedCacheManagerCommandDispatcher
- getEntries() - Method in class org.wildfly.clustering.server.infinispan.registry.CacheRegistry
- getEntry() - Method in interface org.wildfly.clustering.server.infinispan.registry.CacheRegistry.Configuration
-
Returns the entry of the local member.
- getEntry(CacheContainerGroupMember) - Method in class org.wildfly.clustering.server.infinispan.registry.CacheRegistry
- getExternalizer() - Method in class org.wildfly.clustering.server.infinispan.AddressSerializer.JGroupsAddressExternalizerProvider
- getExternalizer() - Method in class org.wildfly.clustering.server.infinispan.EmbeddedCacheManagerGroupMemberSerializer.AddressGroupMemberExternalizerProvider
- getGroup() - Method in interface org.wildfly.clustering.server.infinispan.dispatcher.CacheContainerCommandDispatcherFactory
- getGroup() - Method in interface org.wildfly.clustering.server.infinispan.dispatcher.ChannelEmbeddedCacheManagerCommandDispatcherFactoryConfiguration
- getGroup() - Method in class org.wildfly.clustering.server.infinispan.dispatcher.EmbeddedCacheManagerCommandDispatcherFactory
- getGroup() - Method in interface org.wildfly.clustering.server.infinispan.EmbeddedCacheManagerGroupConfiguration
-
Returns the decorated group.
- getGroup() - Method in interface org.wildfly.clustering.server.infinispan.LocalEmbeddedCacheManagerGroupConfiguration
- getGroup() - Method in interface org.wildfly.clustering.server.infinispan.provider.CacheContainerServiceProviderRegistrar
- getGroup() - Method in interface org.wildfly.clustering.server.infinispan.provider.CacheServiceProviderRegistrar.Configuration
-
Returns the group with which this service provider registrar is associated.
- getGroup() - Method in class org.wildfly.clustering.server.infinispan.provider.CacheServiceProviderRegistrar
- getGroup() - Method in interface org.wildfly.clustering.server.infinispan.registry.CacheContainerRegistry
- getGroup() - Method in interface org.wildfly.clustering.server.infinispan.registry.CacheRegistry.Configuration
-
Returns the group with which this registry is associated.
- getGroup() - Method in class org.wildfly.clustering.server.infinispan.registry.CacheRegistry
- getGroupMemberFactory() - Method in interface org.wildfly.clustering.server.infinispan.CacheContainerGroup
- getGroupMemberFactory() - Method in class org.wildfly.clustering.server.infinispan.EmbeddedCacheManagerGroup
- getId() - Method in class org.wildfly.clustering.server.infinispan.EmbeddedCacheManagerGroupMember
- getId() - Method in class org.wildfly.clustering.server.infinispan.LocalEmbeddedCacheManagerGroupMember
- getJavaClass() - Method in enum class org.wildfly.clustering.server.infinispan.AddressMarshaller
- getJavaClass() - Method in enum class org.wildfly.clustering.server.infinispan.expiration.SimpleExpirationMetaDataMarshaller
- getJavaClass() - Method in class org.wildfly.clustering.server.infinispan.provider.AddressSetFunctionMarshaller
- getJavaClass() - Method in enum class org.wildfly.clustering.server.infinispan.scheduler.ScheduleCommandMarshaller
- getJavaClass() - Method in enum class org.wildfly.clustering.server.infinispan.VersionMarshaller
- getKey() - Method in class org.wildfly.clustering.server.infinispan.manager.AffinityIdentifierFactoryService
- getKey() - Method in class org.wildfly.clustering.server.infinispan.scheduler.AbstractPrimaryOwnerCommand
- getKey() - Method in interface org.wildfly.clustering.server.infinispan.scheduler.PrimaryOwnerCommand
-
Returns the key of a scheduled item.
- getLastAccessTime() - Method in class org.wildfly.clustering.server.infinispan.expiration.SimpleExpirationMetaData
- getLocalMember() - Method in class org.wildfly.clustering.server.infinispan.EmbeddedCacheManagerGroup
- getMaxIdle() - Method in class org.wildfly.clustering.server.infinispan.expiration.SimpleExpirationMetaData
- getMembership() - Method in class org.wildfly.clustering.server.infinispan.EmbeddedCacheManagerGroup
- getName() - Method in class org.wildfly.clustering.server.infinispan.EmbeddedCacheManagerGroup
- getName() - Method in class org.wildfly.clustering.server.infinispan.EmbeddedCacheManagerGroupMember
- getName() - Method in class org.wildfly.clustering.server.infinispan.LocalEmbeddedCacheManagerGroupMember
- getName() - Method in interface org.wildfly.clustering.server.infinispan.scheduler.PrimaryOwnerSchedulerService.Configuration
-
Returns the name of this scheduler.
- getProviders(T) - Method in class org.wildfly.clustering.server.infinispan.provider.CacheServiceProviderRegistrar
- getScheduleCommandFactory() - Method in interface org.wildfly.clustering.server.infinispan.scheduler.PrimaryOwnerSchedulerService.Configuration
-
Returns the factory for creating a schedule command.
- getScheduler() - Method in interface org.wildfly.clustering.server.infinispan.scheduler.PrimaryOwnerSchedulerService.Configuration
-
Returns the delegated scheduler.
- getScheduleTask() - Method in interface org.wildfly.clustering.server.infinispan.scheduler.PrimaryOwnerSchedulerService.Configuration
-
Returns the task that schedule entries matching a given filter.
- getServices() - Method in class org.wildfly.clustering.server.infinispan.provider.CacheServiceProviderRegistrar
- getType() - Method in class org.wildfly.clustering.server.infinispan.AddressSerializer.JGroupsAddressExternalizerProvider
- getType() - Method in class org.wildfly.clustering.server.infinispan.AddressSerializer.JGroupsAddressFormatter
- getType() - Method in class org.wildfly.clustering.server.infinispan.EmbeddedCacheManagerGroupMemberSerializer.AddressGroupMemberExternalizerProvider
- getValue() - Method in class org.wildfly.clustering.server.infinispan.expiration.ScheduleExpirationCommand
- getValue() - Method in class org.wildfly.clustering.server.infinispan.scheduler.ScheduleCommand
-
Returns the value to be scheduled.
H
- hashCode() - Method in class org.wildfly.clustering.server.infinispan.LocalEmbeddedCacheManagerGroupMember
I
- InfinispanServerSerializationContextInitializer - Class in org.wildfly.clustering.server.infinispan
-
SerializationContextInitializerfor this package. - InfinispanServerSerializationContextInitializer() - Constructor for class org.wildfly.clustering.server.infinispan.InfinispanServerSerializationContextInitializer
-
Creates a serialization context initializer.
- InfinispanTransportSerializationContextInitializer - Class in org.wildfly.clustering.server.infinispan
-
SerializationContextInitializerfor theorg.infinispan.remoting.transportpackage. - InfinispanTransportSerializationContextInitializer() - Constructor for class org.wildfly.clustering.server.infinispan.InfinispanTransportSerializationContextInitializer
-
Creates a serialization context initializer.
- INSTANCE - Enum constant in enum class org.wildfly.clustering.server.infinispan.AddressMarshaller
-
Singleton instance
- INSTANCE - Enum constant in enum class org.wildfly.clustering.server.infinispan.AddressSerializer
-
Singleton instance
- INSTANCE - Enum constant in enum class org.wildfly.clustering.server.infinispan.EmbeddedCacheManagerGroupMemberSerializer
-
Singleton instance
- INSTANCE - Enum constant in enum class org.wildfly.clustering.server.infinispan.expiration.SimpleExpirationMetaDataMarshaller
-
Singleton instance
- INSTANCE - Enum constant in enum class org.wildfly.clustering.server.infinispan.scheduler.ScheduleCommandMarshaller
-
Singleton instance
- INSTANCE - Enum constant in enum class org.wildfly.clustering.server.infinispan.VersionMarshaller
-
Singleton instance
- isSingleton() - Method in class org.wildfly.clustering.server.infinispan.EmbeddedCacheManagerGroup
- isStarted() - Method in class org.wildfly.clustering.server.infinispan.manager.AffinityIdentifierFactoryService
J
- JGroupsAddressExternalizerProvider() - Constructor for class org.wildfly.clustering.server.infinispan.AddressSerializer.JGroupsAddressExternalizerProvider
-
Creates a new externalizer provider.
- JGroupsAddressFormatter() - Constructor for class org.wildfly.clustering.server.infinispan.AddressSerializer.JGroupsAddressFormatter
-
Creates a formatter.
L
- LocalEmbeddedCacheManagerCommandDispatcherFactoryConfiguration - Interface in org.wildfly.clustering.server.infinispan.dispatcher
-
Encapsulates the configuration of a command dispatcher factory associated with a non-clustered cache container.
- LocalEmbeddedCacheManagerGroupConfiguration - Interface in org.wildfly.clustering.server.infinispan
-
Encapsulates a configuration of a group associated with a non-clustered cache container.
- LocalEmbeddedCacheManagerGroupMember - Class in org.wildfly.clustering.server.infinispan
-
A group member of a local cache container-based group.
- LocalEmbeddedCacheManagerGroupMember(String) - Constructor for class org.wildfly.clustering.server.infinispan.LocalEmbeddedCacheManagerGroupMember
-
Creates a group member for a local cache container
- LocalEmbeddedCacheManagerGroupMemberFormatter - Class in org.wildfly.clustering.server.infinispan
-
Provides a formatter for a
LocalEmbeddedCacheManagerGroupMember. - LocalEmbeddedCacheManagerGroupMemberFormatter() - Constructor for class org.wildfly.clustering.server.infinispan.LocalEmbeddedCacheManagerGroupMemberFormatter
-
Creates a group member formatter.
M
- modified(CacheEntryModifiedEvent) - Method in class org.wildfly.clustering.server.infinispan.provider.CacheServiceProviderRegistrar
-
Non-blocking handler of cache entry modified events.
N
- NaryGroupMemberAffinity<I> - Class in org.wildfly.clustering.server.infinispan.affinity
-
Returns a list of group members that own cache keys for a given identifier.
- NaryGroupMemberAffinity(Cache, CacheContainerGroup) - Constructor for class org.wildfly.clustering.server.infinispan.affinity.NaryGroupMemberAffinity
-
Creates a group member affinity function returning multiple values.
O
- org.wildfly.clustering.server.infinispan - package org.wildfly.clustering.server.infinispan
- org.wildfly.clustering.server.infinispan.affinity - package org.wildfly.clustering.server.infinispan.affinity
- org.wildfly.clustering.server.infinispan.dispatcher - package org.wildfly.clustering.server.infinispan.dispatcher
- org.wildfly.clustering.server.infinispan.expiration - package org.wildfly.clustering.server.infinispan.expiration
- org.wildfly.clustering.server.infinispan.manager - package org.wildfly.clustering.server.infinispan.manager
- org.wildfly.clustering.server.infinispan.provider - package org.wildfly.clustering.server.infinispan.provider
- org.wildfly.clustering.server.infinispan.registry - package org.wildfly.clustering.server.infinispan.registry
- org.wildfly.clustering.server.infinispan.scheduler - package org.wildfly.clustering.server.infinispan.scheduler
P
- parse(String) - Method in class org.wildfly.clustering.server.infinispan.AddressSerializer.JGroupsAddressFormatter
- PrimaryOwnerCommand<K,
V, - Interface in org.wildfly.clustering.server.infinispan.schedulerR> -
A command intended to be sent to the primary owner of a given cache entry.
- PrimaryOwnerSchedulerService<K,
V> - Class in org.wildfly.clustering.server.infinispan.scheduler -
Scheduler decorator that schedules/cancels a given object on the primary owner.
- PrimaryOwnerSchedulerService(PrimaryOwnerSchedulerService.Configuration) - Constructor for class org.wildfly.clustering.server.infinispan.scheduler.PrimaryOwnerSchedulerService
-
Creates a primary owner scheduler from the specified configuration.
- PrimaryOwnerSchedulerService.Configuration<K,
V, - Interface in org.wildfly.clustering.server.infinispan.schedulerSE, CE> -
Encapsulates configuration of a
PrimaryOwnerSchedulerService.
R
- read(DataInput) - Method in enum class org.wildfly.clustering.server.infinispan.AddressSerializer
- read(DataInput) - Method in enum class org.wildfly.clustering.server.infinispan.EmbeddedCacheManagerGroupMemberSerializer
- readFrom(ProtoStreamReader) - Method in enum class org.wildfly.clustering.server.infinispan.AddressMarshaller
- readFrom(ProtoStreamReader) - Method in enum class org.wildfly.clustering.server.infinispan.expiration.SimpleExpirationMetaDataMarshaller
- readFrom(ProtoStreamReader) - Method in class org.wildfly.clustering.server.infinispan.provider.AddressSetFunctionMarshaller
- readFrom(ProtoStreamReader) - Method in enum class org.wildfly.clustering.server.infinispan.scheduler.ScheduleCommandMarshaller
- readFrom(ProtoStreamReader) - Method in enum class org.wildfly.clustering.server.infinispan.VersionMarshaller
- register() - Method in class org.wildfly.clustering.server.infinispan.scheduler.SchedulerTopologyChangeListenerRegistrar
- register(GroupMembershipListener) - Method in class org.wildfly.clustering.server.infinispan.EmbeddedCacheManagerGroup
- register(RegistryListener) - Method in class org.wildfly.clustering.server.infinispan.registry.CacheRegistry
- register(T) - Method in class org.wildfly.clustering.server.infinispan.provider.CacheServiceProviderRegistrar
- register(T, ServiceProviderRegistrationListener) - Method in class org.wildfly.clustering.server.infinispan.provider.CacheServiceProviderRegistrar
- registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.server.infinispan.expiration.ExpirationSerializationContextInitializer
- registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.server.infinispan.InfinispanServerSerializationContextInitializer
- registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.server.infinispan.InfinispanTransportSerializationContextInitializer
- registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.server.infinispan.provider.ServiceProviderRegistrySerializationContextInitializer
- registerMarshallers(SerializationContext) - Method in class org.wildfly.clustering.server.infinispan.scheduler.SchedulerSerializationContextInitializer
- removed(CacheEntryRemovedEvent) - Method in class org.wildfly.clustering.server.infinispan.registry.CacheRegistry
-
Non-blocking handler of cache entry removal events.
S
- schedule(K, V) - Method in class org.wildfly.clustering.server.infinispan.scheduler.PrimaryOwnerSchedulerService
- schedule(Cache, Predicate, CacheEntryScheduler) - Static method in class org.wildfly.clustering.server.infinispan.scheduler.CacheEntriesTask
-
Creates a task that schedules entries matching the specified filter.
- ScheduleCommand<K,
V> - Class in org.wildfly.clustering.server.infinispan.scheduler -
Command that scheduled an entry.
- ScheduleCommand(Map.Entry) - Constructor for class org.wildfly.clustering.server.infinispan.scheduler.ScheduleCommand
-
Creates a schedule command for the specified entry.
- ScheduleCommandMarshaller - Enum Class in org.wildfly.clustering.server.infinispan.scheduler
-
ProtoStream marshaller for a
ScheduleCommand. - scheduleEntry(Map.Entry) - Method in interface org.wildfly.clustering.server.infinispan.scheduler.CacheEntryScheduler
-
Schedules the specified cache entry.
- scheduleEntry(Map.Entry) - Method in class org.wildfly.clustering.server.infinispan.scheduler.CacheEntrySchedulerService
- ScheduleExpirationCommand<K> - Class in org.wildfly.clustering.server.infinispan.expiration
-
ScheduleCommandthat wraps expiration metadata with a marshallable implementation. - ScheduleExpirationCommand(Map.Entry) - Constructor for class org.wildfly.clustering.server.infinispan.expiration.ScheduleExpirationCommand
-
Creates a schedule command for the specified entry.
- SchedulerSerializationContextInitializer - Class in org.wildfly.clustering.server.infinispan.scheduler
-
The serialization context initializer for this package.
- SchedulerSerializationContextInitializer() - Constructor for class org.wildfly.clustering.server.infinispan.scheduler.SchedulerSerializationContextInitializer
-
Creates a serialization context initializer.
- SchedulerTopologyChangeListenerRegistrar<K,
V, - Class in org.wildfly.clustering.server.infinispan.schedulerSE, CE> -
Handles cache topology events for a distributed scheduler.
- SchedulerTopologyChangeListenerRegistrar(SchedulerTopologyChangeListenerRegistrar.Configuration) - Constructor for class org.wildfly.clustering.server.infinispan.scheduler.SchedulerTopologyChangeListenerRegistrar
-
Creates the topology change listener for a scheduler.
- ServiceProviderRegistrySerializationContextInitializer - Class in org.wildfly.clustering.server.infinispan.provider
-
SerializationContextInitializerfor this package. - ServiceProviderRegistrySerializationContextInitializer() - Constructor for class org.wildfly.clustering.server.infinispan.provider.ServiceProviderRegistrySerializationContextInitializer
-
Creates a serialization context initializer.
- SimpleExpirationMetaData - Class in org.wildfly.clustering.server.infinispan.expiration
-
A cached
ExpirationMetaDataimplementation. - SimpleExpirationMetaData(ExpirationMetaData) - Constructor for class org.wildfly.clustering.server.infinispan.expiration.SimpleExpirationMetaData
-
Creates a cached expiration meta data.
- SimpleExpirationMetaDataMarshaller - Enum Class in org.wildfly.clustering.server.infinispan.expiration
-
ProtoStream marshaller for a
SimpleExpirationMetaData. - start() - Method in class org.wildfly.clustering.server.infinispan.manager.AffinityIdentifierFactoryService
- stop() - Method in class org.wildfly.clustering.server.infinispan.manager.AffinityIdentifierFactoryService
T
- topologyChanged(TopologyChangedEvent) - Method in class org.wildfly.clustering.server.infinispan.registry.CacheRegistry
-
Non-blocking handler of topology changed events.
- topologyChanged(TopologyChangedEvent) - Method in class org.wildfly.clustering.server.infinispan.provider.CacheServiceProviderRegistrar
-
Non-blocking handler of topology changed events.
- toString() - Method in class org.wildfly.clustering.server.infinispan.expiration.SimpleExpirationMetaData
- toString() - Method in class org.wildfly.clustering.server.infinispan.scheduler.AbstractPrimaryOwnerCommand
U
- UnaryGroupMemberAffinity<I> - Class in org.wildfly.clustering.server.infinispan.affinity
-
Returns group member that primarily owns cache keys for a given identifier.
- UnaryGroupMemberAffinity(Cache, CacheContainerGroup) - Constructor for class org.wildfly.clustering.server.infinispan.affinity.UnaryGroupMemberAffinity
-
Creates a group member affinity function returning a single value.
V
- valueOf(String) - Static method in enum class org.wildfly.clustering.server.infinispan.AddressMarshaller
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.wildfly.clustering.server.infinispan.AddressSerializer
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.wildfly.clustering.server.infinispan.EmbeddedCacheManagerGroupMemberSerializer
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.wildfly.clustering.server.infinispan.expiration.SimpleExpirationMetaDataMarshaller
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.wildfly.clustering.server.infinispan.scheduler.ScheduleCommandMarshaller
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.wildfly.clustering.server.infinispan.VersionMarshaller
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.wildfly.clustering.server.infinispan.AddressMarshaller
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.wildfly.clustering.server.infinispan.AddressSerializer
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.wildfly.clustering.server.infinispan.EmbeddedCacheManagerGroupMemberSerializer
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.wildfly.clustering.server.infinispan.expiration.SimpleExpirationMetaDataMarshaller
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.wildfly.clustering.server.infinispan.scheduler.ScheduleCommandMarshaller
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.wildfly.clustering.server.infinispan.VersionMarshaller
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VersionMarshaller - Enum Class in org.wildfly.clustering.server.infinispan
-
ProtoStream marshaller for a
NodeVersion.
W
- write(DataOutput, Address) - Method in enum class org.wildfly.clustering.server.infinispan.AddressSerializer
- write(DataOutput, EmbeddedCacheManagerGroupMember) - Method in enum class org.wildfly.clustering.server.infinispan.EmbeddedCacheManagerGroupMemberSerializer
- writeTo(ProtoStreamWriter, F) - Method in class org.wildfly.clustering.server.infinispan.provider.AddressSetFunctionMarshaller
- writeTo(ProtoStreamWriter, Address) - Method in enum class org.wildfly.clustering.server.infinispan.AddressMarshaller
- writeTo(ProtoStreamWriter, NodeVersion) - Method in enum class org.wildfly.clustering.server.infinispan.VersionMarshaller
- writeTo(ProtoStreamWriter, SimpleExpirationMetaData) - Method in enum class org.wildfly.clustering.server.infinispan.expiration.SimpleExpirationMetaDataMarshaller
- writeTo(ProtoStreamWriter, ScheduleCommand) - Method in enum class org.wildfly.clustering.server.infinispan.scheduler.ScheduleCommandMarshaller
All Classes and Interfaces|All Packages|Serialized Form