RangeMappingCreationInfo Class

  • java.lang.Object
    • com.microsoft.azure.elasticdb.shard.base.RangeMappingCreationInfo

public class RangeMappingCreationInfo

Arguments used to create a RangeMapping.

Constructor Summary

Constructor Description
RangeMappingCreationInfo(Range value, Shard shard, MappingStatus status)

Arguments used for creation of a range mapping.

Method Summary

Modifier and Type Method and Description
ShardRange getRange()
Shard getShard()
MappingStatus getStatus()
Range getValue()
void setRange(ShardRange value)

Constructor Details

RangeMappingCreationInfo

public RangeMappingCreationInfo(Range value, Shard shard, MappingStatus status)

Arguments used for creation of a range mapping.

Parameters:

value - Range being mapped.
shard - Shard used as the mapping target.
status - Status of the mapping.

Method Details

getRange

public ShardRange getRange()

getShard

public Shard getShard()

getStatus

public MappingStatus getStatus()

getValue

public Range getValue()

setRange

public void setRange(ShardRange value)

Parameters:

value

Applies to