PointMappingCreationInfo Class

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

public class PointMappingCreationInfo

Arguments used to create a PointMapping.

Constructor Summary

Constructor Description
PointMappingCreationInfo(Object point, Shard shard, MappingStatus status)

Arguments used to create a point mapping.

Method Summary

Modifier and Type Method and Description
ShardKey getKey()
Shard getShard()
MappingStatus getStatus()
Object getValue()
void setKey(ShardKey value)

Constructor Details

PointMappingCreationInfo

public PointMappingCreationInfo(Object point, Shard shard, MappingStatus status)

Arguments used to create a point mapping.

Parameters:

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

Method Details

getKey

public ShardKey getKey()

getShard

public Shard getShard()

getStatus

public MappingStatus getStatus()

getValue

public Object getValue()

setKey

public void setKey(ShardKey value)

Parameters:

value

Applies to