Uses of Interface
org.hibernate.cache.infinispan.util.AddressAdapter

Packages that use AddressAdapter
org.hibernate.cache.infinispan.impl   
org.hibernate.cache.infinispan.util   
 

Uses of AddressAdapter in org.hibernate.cache.infinispan.impl
 

Fields in org.hibernate.cache.infinispan.impl declared as AddressAdapter
protected  AddressAdapter BaseRegion.address
           
 

Fields in org.hibernate.cache.infinispan.impl with type parameters of type AddressAdapter
protected  Set<AddressAdapter> BaseRegion.currentView
           
 

Methods in org.hibernate.cache.infinispan.impl that return AddressAdapter
 AddressAdapter BaseRegion.getAddress()
           
 

Uses of AddressAdapter in org.hibernate.cache.infinispan.util
 

Classes in org.hibernate.cache.infinispan.util that implement AddressAdapter
 class AddressAdapterImpl
          AddressAdapterImpl.
 

Methods in org.hibernate.cache.infinispan.util that return AddressAdapter
 AddressAdapter CacheAdapterImpl.getAddress()
           
 AddressAdapter CacheAdapter.getAddress()
          Get local cluster address.
 

Methods in org.hibernate.cache.infinispan.util that return types with arguments of type AddressAdapter
 List<AddressAdapter> CacheAdapterImpl.getMembers()
           
 List<AddressAdapter> CacheAdapter.getMembers()
          Get cluster members.
static List<AddressAdapter> AddressAdapterImpl.toAddressAdapter(List<org.infinispan.remoting.transport.Address> ispnAddresses)
           
 

Methods in org.hibernate.cache.infinispan.util with parameters of type AddressAdapter
static boolean CacheHelper.containsEvictAllNotification(Set keySet, AddressAdapter member)
           
static void CacheHelper.initInternalEvict(CacheAdapter cache, AddressAdapter member)
           
static void CacheHelper.sendEvictAllNotification(CacheAdapter cache, AddressAdapter member)
           
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.