Class InfinispanBeanGroupKey<K>

java.lang.Object
org.wildfly.clustering.cache.infinispan.CacheKey<K>
org.wildfly.clustering.ejb.infinispan.bean.InfinispanBeanGroupKey<K>
Type Parameters:
K - the bean group identifier type
All Implemented Interfaces:
org.wildfly.clustering.cache.Key<K>, BeanGroupKey<K>

public class InfinispanBeanGroupKey<K> extends org.wildfly.clustering.cache.infinispan.CacheKey<K> implements BeanGroupKey<K>
The key used to cache a group of beans.
Author:
Paul Ferraro
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.wildfly.clustering.cache.infinispan.CacheKey

    equals, getId, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.wildfly.clustering.cache.Key

    getId
  • Constructor Details

    • InfinispanBeanGroupKey

      public InfinispanBeanGroupKey(K id)