Uses of Class
org.infinispan.topology.ManagerStatusResponse
-
Packages that use ManagerStatusResponse Package Description org.infinispan.topology org.infinispan.util General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers. -
-
Uses of ManagerStatusResponse in org.infinispan.topology
Methods in org.infinispan.topology that return ManagerStatusResponse Modifier and Type Method Description ManagerStatusResponse
ManagerStatusResponse.Externalizer. doReadObject(java.io.ObjectInput unmarshaller)
ManagerStatusResponse
LocalTopologyManager. handleStatusRequest(int viewId)
Recovers the current topology information for all running caches and returns it to the coordinator.ManagerStatusResponse
LocalTopologyManagerImpl. handleStatusRequest(int viewId)
Methods in org.infinispan.topology that return types with arguments of type ManagerStatusResponse Modifier and Type Method Description java.util.Set<java.lang.Class<? extends ManagerStatusResponse>>
ManagerStatusResponse.Externalizer. getTypeClasses()
Methods in org.infinispan.topology with parameters of type ManagerStatusResponse Modifier and Type Method Description void
ManagerStatusResponse.Externalizer. doWriteObject(java.io.ObjectOutput output, ManagerStatusResponse cacheStatusResponse)
-
Uses of ManagerStatusResponse in org.infinispan.util
Methods in org.infinispan.util that return ManagerStatusResponse Modifier and Type Method Description ManagerStatusResponse
AbstractControlledLocalTopologyManager. handleStatusRequest(int viewId)
-