Package org.imixs.archive.service.ui
Class ClusterDataController
- java.lang.Object
-
- org.imixs.archive.service.ui.ClusterDataController
-
- All Implemented Interfaces:
Serializable
@Named @RequestScoped public class ClusterDataController extends Object implements Serializable
CID Bean provide cluster configuration.- Author:
- rsoika
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClusterDataController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContactPoints()StringgetKeySpace()List<String>getMessages()Returns the message list in reverse order.StringgetReplicationClass()StringgetReplicationFactor()StringgetServiceEndpoint()longgetSyncCount()DategetSyncPoint()returns the last reSync point of the current metaData objectStringgetSyncSize()StringgetSyncSizeUnit()booleanisConnected()Returns true if a connection to the specified keySpace was successful
-
-
-
Method Detail
-
isConnected
public boolean isConnected()
Returns true if a connection to the specified keySpace was successful- Returns:
- true if session was successfull established.
-
getSyncPoint
public Date getSyncPoint()
returns the last reSync point of the current metaData object- Returns:
-
getSyncCount
public long getSyncCount()
-
getSyncSize
public String getSyncSize()
-
getSyncSizeUnit
public String getSyncSizeUnit()
-
getContactPoints
public String getContactPoints()
-
getKeySpace
public String getKeySpace()
-
getReplicationFactor
public String getReplicationFactor()
-
getReplicationClass
public String getReplicationClass()
-
getServiceEndpoint
public String getServiceEndpoint()
-
-