public interface MigrationDataRuntimeMBean extends RuntimeMBean
| Modifier and Type | Field and Description | 
|---|---|
static int | 
FAILED
Indicates failed migration. 
 | 
static int | 
IN_PROGRESS
Indicates a migration in progress. 
 | 
static int | 
SUCCEEDED
Indicates successful migration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getClusterMasterName()
Name of the server that acted as the cluster master for this migration. 
 | 
String | 
getClusterName()
Name of the server that acted as the cluster master for this migration. 
 | 
String | 
getMachineMigratedFrom()
Machine from which the server was migrated from 
 | 
String | 
getMachineMigratedTo()
Machine to which the server was migrated to or is in the process of being
 migrated to. 
 | 
String[] | 
getMachinesAttempted()
Get all the machines attempted for migration. 
 | 
long | 
getMigrationEndTime()
End time of migration 
 | 
long | 
getMigrationStartTime()
Start time of migration 
 | 
String | 
getServerName()
Name of the server migrated 
 | 
int | 
getStatus()
Name of the server migrated 
 | 
addPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentgetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListenerstatic final int SUCCEEDED
static final int IN_PROGRESS
static final int FAILED
String[] getMachinesAttempted()
String getServerName()
int getStatus()
String getMachineMigratedFrom()
String getMachineMigratedTo()
long getMigrationStartTime()
long getMigrationEndTime()
String getClusterName()
String getClusterMasterName()