Uses of Class
org.infinispan.topology.ManagerStatusResponse
-
Packages that use ManagerStatusResponse Package Description org.infinispan.topology -
-
Uses of ManagerStatusResponse in org.infinispan.topology
Methods in org.infinispan.topology that return ManagerStatusResponse Modifier and Type Method Description ManagerStatusResponseManagerStatusResponse.Externalizer. doReadObject(ObjectInput unmarshaller)Methods in org.infinispan.topology that return types with arguments of type ManagerStatusResponse Modifier and Type Method Description Set<Class<? extends ManagerStatusResponse>>ManagerStatusResponse.Externalizer. getTypeClasses()CompletionStage<ManagerStatusResponse>LocalTopologyManager. handleStatusRequest(int viewId)Recovers the current topology information for all running caches and returns it to the coordinator.CompletionStage<ManagerStatusResponse>LocalTopologyManagerImpl. handleStatusRequest(int viewId)Methods in org.infinispan.topology with parameters of type ManagerStatusResponse Modifier and Type Method Description voidManagerStatusResponse.Externalizer. doWriteObject(ObjectOutput output, ManagerStatusResponse cacheStatusResponse)
-