MappingLocation Enum

  • java.lang.Object
    • java.lang.Enum<MappingLocation>
      • com.microsoft.azure.elasticdb.shard.recovery.MappingLocation

public enum MappingLocation

Location where the different mappings exist.

Fields

MappingInShardMapAndShard

Mapping present at both global store and shard.

MappingInShardMapOnly

Mapping is present in global store, but absent on the shard.

MappingInShardOnly

Mapping is absent in global store, but present on the shard.

SIZE

Methods

forValue(int value)

public static MappingLocation forValue(int value)

Parameters

value
int

Returns

getValue()

public int getValue()

Returns

int

Applies to