Uses of Class
com.continuent.tungsten.common.cluster.resource.ResourceState

Packages that use ResourceState
com.continuent.tungsten.common.cluster.resource   
com.continuent.tungsten.common.cluster.resource.notification   
com.continuent.tungsten.common.cluster.resource.physical   
com.continuent.tungsten.common.config.cluster   
com.continuent.tungsten.common.mysql   
 

Uses of ResourceState in com.continuent.tungsten.common.cluster.resource
 

Methods in com.continuent.tungsten.common.cluster.resource that return ResourceState
static ResourceState ResourceState.fromString(java.lang.String x)
          Create a ResourceState from a non case sensitive String
 ResourceState RemoteDataService.getResourceState()
          Returns the resourceState value.
 ResourceState DataSource.getState()
           
static ResourceState ResourceState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ResourceState[] ResourceState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.continuent.tungsten.common.cluster.resource with parameters of type ResourceState
 void RemoteDataService.setResourceState(ResourceState resourceState)
          Sets the resourceState value.
 void DataSource.setState(ResourceState state)
           
 

Constructors in com.continuent.tungsten.common.cluster.resource with parameters of type ResourceState
RemoteDataService(ResourceType type, java.lang.String name, ResourceState state)
           
 

Uses of ResourceState in com.continuent.tungsten.common.cluster.resource.notification
 

Fields in com.continuent.tungsten.common.cluster.resource.notification declared as ResourceState
protected  ResourceState ClusterResourceNotification.resourceState
           
 

Methods in com.continuent.tungsten.common.cluster.resource.notification that return ResourceState
 ResourceState ClusterResourceNotification.getResourceState()
           
 ResourceState ClusterResourceNotification.getState()
           
static ResourceState ReplicatorNotification.replicatorStateToResourceState(java.lang.String state)
          Parses the given state provided by the replicator and guess a generic resourceState from it
static ResourceState ReplicationServiceNotification.replicatorStateToResourceState(java.lang.String state)
          Parses the given state provided by the replicator and guess a generic resourceState from it
 

Methods in com.continuent.tungsten.common.cluster.resource.notification with parameters of type ResourceState
 void ClusterResourceNotification.setResourceState(ResourceState resourceState)
           
 

Constructors in com.continuent.tungsten.common.cluster.resource.notification with parameters of type ResourceState
ClusterConfigurationNotification(java.lang.String clusterName, java.lang.String memberName, java.lang.String notificationSource, java.lang.String resourceName, ResourceState resourceState, TungstenProperties resourceProps)
           
ClusterMemberHeartbeat(java.lang.String clusterName, java.lang.String memberName, java.lang.String resourceName, ResourceState resourceState, java.lang.String source)
           
ClusterResourceNotification(NotificationStreamID streamID, java.lang.String clusterName, java.lang.String memberName, java.lang.String notificationSource, ResourceType resourceType, java.lang.String resourceName, ResourceState resourceState, TungstenProperties resourceProps)
           
ClusterResourceNotification(java.lang.String clusterName, java.lang.String memberName, java.lang.String notificationSource, ResourceType resourceType, java.lang.String resourceName, ResourceState resourceState, TungstenProperties resourceProps)
           
ClusterSynchronizationNotification(NotificationStreamID streamID, java.lang.String clusterName, java.lang.String memberName, java.lang.String notificationSource, ResourceType resourceType, java.lang.String resourceName, ResourceState resourceState, TungstenProperties resourceProps)
           
ClusterSynchronizationNotification(java.lang.String clusterName, java.lang.String memberName, java.lang.String notificationSource, ResourceType resourceType, java.lang.String resourceName, ResourceState resourceState, TungstenProperties resourceProps)
           
DataServerNotification(java.lang.String clusterName, java.lang.String memberName, java.lang.String resourceName, ResourceState resourceState, java.lang.String source, DataServer dataServer, TungstenProperties dsQueryResultProps)
           
DataSourceNotification(NotificationStreamID streamID, java.lang.String clusterName, java.lang.String memberName, java.lang.String resourceName, ResourceState state, java.lang.String source, TungstenProperties resourceProps)
           
DataSourceNotification(java.lang.String clusterName, java.lang.String memberName, java.lang.String resourceName, ResourceState state, java.lang.String source, TungstenProperties resourceProps)
           
DirectoryNotification(java.lang.String clusterName, java.lang.String memberName, java.lang.String notificationSource, java.lang.String resourceName, ResourceState resourceState, TungstenProperties resourceProps)
           
HostNotification(NotificationStreamID streamID, java.lang.String clusterName, java.lang.String memberName, java.lang.String notificationSource, ResourceType resourceType, java.lang.String resourceName, ResourceState resourceState, TungstenProperties resourceProps)
           
HostNotification(NotificationStreamID streamID, java.lang.String clusterName, java.lang.String memberName, java.lang.String notificationSource, java.lang.String resourceName, ResourceState resourceState)
           
ManagerHeartbeat(java.lang.String clusterName, java.lang.String memberName, java.lang.String resourceName, ResourceState resourceState, java.lang.String source)
           
ManagerNotification(NotificationStreamID streamID, java.lang.String clusterName, java.lang.String memberName, java.lang.String resourceName, ResourceState resourceState)
           
ManagerNotification(java.lang.String clusterName, java.lang.String memberName, java.lang.String resourceName, ResourceState resourceState, java.lang.String source)
           
RemoteDataServiceHeartbeatNotification(java.lang.String clusterName, java.lang.String memberName, java.lang.String resourceName, ResourceState resourceState)
           
ReplicationServiceNotification(java.lang.String clusterName, java.lang.String memberName, java.lang.String notificationSource, java.lang.String resourceName, ResourceState resourceState, TungstenProperties resourceProps)
           
ReplicatorNotification(java.lang.String clusterName, java.lang.String memberName, java.lang.String notificationSource, java.lang.String resourceName, ResourceState resourceState, TungstenProperties resourceProps)
           
SQLRouterNotification(java.lang.String clusterName, java.lang.String memberName, java.lang.String notificationSource, java.lang.String resourceName, ResourceState resourceState, TungstenProperties resourceProps)
           
 

Uses of ResourceState in com.continuent.tungsten.common.cluster.resource.physical
 

Methods in com.continuent.tungsten.common.cluster.resource.physical that return ResourceState
 ResourceState DataSource.getState()
           
 

Methods in com.continuent.tungsten.common.cluster.resource.physical with parameters of type ResourceState
 void DataSource.setState(ResourceState state)
           
 

Uses of ResourceState in com.continuent.tungsten.common.config.cluster
 

Methods in com.continuent.tungsten.common.config.cluster that return ResourceState
static ResourceState QueryStatusToResourceStateConfiguration.getMappedState(MySQLIOs.ExecuteQueryStatus queryStatus)
          Returns the ResourceState currently mapped to the query status.
 

Uses of ResourceState in com.continuent.tungsten.common.mysql
 

Methods in com.continuent.tungsten.common.mysql that return ResourceState
static ResourceState MySQLIOs.getStateFromQueryStatus(MySQLIOs.ExecuteQueryStatus status)
          Returns the ResourceState that maps to the status of the query execution.