Uses of Class
com.continuent.tungsten.common.cluster.resource.logical.DataShardFacetRole

Packages that use DataShardFacetRole
com.continuent.tungsten.common.cluster.resource.logical   
com.continuent.tungsten.common.cluster.resource.physical   
 

Uses of DataShardFacetRole in com.continuent.tungsten.common.cluster.resource.logical
 

Methods in com.continuent.tungsten.common.cluster.resource.logical that return DataShardFacetRole
static DataShardFacetRole DataShardFacetRole.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DataShardFacetRole[] DataShardFacetRole.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in com.continuent.tungsten.common.cluster.resource.physical that return DataShardFacetRole
 DataShardFacetRole DataSource.getDataSourceRole()
           
 

Methods in com.continuent.tungsten.common.cluster.resource.physical with parameters of type DataShardFacetRole
 void DataSource.setDataSourceRole(DataShardFacetRole role)