Class KeyPartitionerFactory

  • All Implemented Interfaces:
    org.infinispan.factories.AutoInstantiableFactory, org.infinispan.factories.ComponentFactory

    public class KeyPartitionerFactory
    extends org.infinispan.factories.AbstractNamedCacheComponentFactory
    implements org.infinispan.factories.AutoInstantiableFactory
    Custom key partitioner factory that uses the same key partitioner for all clustered caches, including non-tx invalidation caches.
    Author:
    Paul Ferraro
    • Constructor Detail

      • KeyPartitionerFactory

        public KeyPartitionerFactory()
    • Method Detail

      • construct

        public Object construct​(String componentName)
        Specified by:
        construct in interface org.infinispan.factories.ComponentFactory
        Overrides:
        construct in class org.infinispan.factories.AnyScopeComponentFactory