com.hazelcast.monitor
Class ClusterStateViewImpl
java.lang.Object
com.hazelcast.monitor.ClusterStateViewImpl
- All Implemented Interfaces:
- ClusterStateView, DataSerializable, java.io.Serializable
public class ClusterStateViewImpl
- extends java.lang.Object
- implements ClusterStateView, DataSerializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ClusterStateViewImpl
public ClusterStateViewImpl(java.util.Set<java.lang.String> instanceNames)
ClusterStateViewImpl
public ClusterStateViewImpl()
setPartition
public void setPartition(Member member,
int[] partitions)
writeData
public void writeData(java.io.DataOutput out)
throws java.io.IOException
- Specified by:
writeData in interface DataSerializable
- Throws:
java.io.IOException
readData
public void readData(java.io.DataInput in)
throws java.io.IOException
- Specified by:
readData in interface DataSerializable
- Throws:
java.io.IOException
getMaps
public java.util.Set<java.lang.String> getMaps()
- Specified by:
getMaps in interface ClusterStateView
getMultiMaps
public java.util.Set<java.lang.String> getMultiMaps()
- Specified by:
getMultiMaps in interface ClusterStateView
getQueues
public java.util.Set<java.lang.String> getQueues()
- Specified by:
getQueues in interface ClusterStateView
getSets
public java.util.Set<java.lang.String> getSets()
- Specified by:
getSets in interface ClusterStateView
getLists
public java.util.Set<java.lang.String> getLists()
- Specified by:
getLists in interface ClusterStateView
getTopics
public java.util.Set<java.lang.String> getTopics()
- Specified by:
getTopics in interface ClusterStateView
getAtomicNumbers
public java.util.Set<java.lang.String> getAtomicNumbers()
- Specified by:
getAtomicNumbers in interface ClusterStateView
getCountDownLatches
public java.util.Set<java.lang.String> getCountDownLatches()
- Specified by:
getCountDownLatches in interface ClusterStateView
getSemaphores
public java.util.Set<java.lang.String> getSemaphores()
- Specified by:
getSemaphores in interface ClusterStateView
getIdGenerators
public java.util.Set<java.lang.String> getIdGenerators()
- Specified by:
getIdGenerators in interface ClusterStateView
getMembers
public java.util.Set<Member> getMembers()
- Specified by:
getMembers in interface ClusterStateView
getPartitions
public int[] getPartitions(Member member)
- Specified by:
getPartitions in interface ClusterStateView
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright .9.4.5; 2008-2011 Hazel Ltd. All Rights Reserved.