Uses of Interface
lumis.portal.cluster.IClusterMember
-
Packages that use IClusterMember Package Description lumis.portal.cluster Contains the portal cluster framework API.lumis.portal.cluster.multiserver Contains the implementation for the portal cluster framework when multi-server environment is enabled. -
-
Uses of IClusterMember in lumis.portal.cluster
Methods in lumis.portal.cluster that return IClusterMember Modifier and Type Method Description IClusterMember
IClusterManager. getLocalMember()
Returns the current cluster member object.IClusterMember
SingleServerClusterManager. getLocalMember()
Methods in lumis.portal.cluster that return types with arguments of type IClusterMember Modifier and Type Method Description <T extends Serializable>
Map<IClusterMember,T>AbstractClusterManager. callAndWaitResponses(IClusterCallable<T> command, long timeout)
<T extends Serializable>
Map<IClusterMember,T>IClusterManager. callAndWaitResponses(IClusterCallable<T> command, long timeout)
Calls a cluster command execution and waits all current cluster servers to respond with their result and, then, returns an unmodifiable map having the cluster member as the key and the execution result as the value.protected abstract <T extends Serializable>
Map<IClusterMember,T>AbstractClusterManager. callAndWaitResponsesInternal(IClusterCallable<T> command, long timeout)
protected <T extends Serializable>
Map<IClusterMember,T>SingleServerClusterManager. callAndWaitResponsesInternal(IClusterCallable<T> callable, long timeout)
Collection<IClusterMember>
IClusterManager. getMembers()
Returns a collection with information about the current members of this cluster.Collection<IClusterMember>
SingleServerClusterManager. getMembers()
-
Uses of IClusterMember in lumis.portal.cluster.multiserver
Methods in lumis.portal.cluster.multiserver that return IClusterMember Modifier and Type Method Description IClusterMember
JGroupsClusterManager. getLocalMember()
Methods in lumis.portal.cluster.multiserver that return types with arguments of type IClusterMember Modifier and Type Method Description protected <T extends Serializable>
Map<IClusterMember,T>JGroupsClusterManager. callAndWaitResponsesInternal(IClusterCallable<T> callable, long timeout)
Collection<IClusterMember>
JGroupsClusterManager. getMembers()
-