public class MgmtPropertiesBean extends Object implements com.google.gwt.user.client.rpc.IsSerializable
| Constructor and Description |
|---|
MgmtPropertiesBean()
An empty constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterID() |
String |
getCreated()
Gets the Creation Time of the IndexManagement
|
int |
getDocumentCount()
Gets the number of currently indexed documents
|
String |
getHost()
Gets the name of the host where the index resource resides
|
String |
getModified()
Gets the Modified Time of the IndexManagement
|
String |
getStatus()
Gets the Status property of the IndexManagement
|
int |
getUpdaterCount()
Gets the number of Updaters currently connected to the IndexManagement
|
void |
setClusterID(String clusterID) |
void |
setCreated(String created)
Gets the Creation Time of the IndexManagement
|
void |
setDocumentCount(int docCount)
Sets the number of currently indexed documents
|
void |
setHost(String host)
Sets the name of the host where the index resource resides
|
void |
setModified(String modified)
Gets the Modified Time of the IndexManagement
|
void |
setStatus(String status)
Gets the Status property of the IndexManagement
|
void |
setUpdaterCount(int updaterCount)
Sets the number of Updaters currently connected to the IndexManagement
|
public String getCreated()
public String getModified()
public String getStatus()
public int getUpdaterCount()
public int getDocumentCount()
public String getHost()
public void setCreated(String created)
created - -Creation Time of the IndexManagementpublic void setModified(String modified)
modified - -
the new Modified Time of the IndexManagementpublic void setStatus(String status)
status - -
the new Status property of the IndexManagementpublic void setUpdaterCount(int updaterCount)
updaterCount - -number of Updaters currently connected to the IndexManagementpublic void setDocumentCount(int docCount)
docCount - the number of indexed documentspublic void setHost(String host)
host - the host namepublic String getClusterID()
public void setClusterID(String clusterID)
Copyright © 2014. All Rights Reserved.