StoreResults Class

  • java.lang.Object
    • com.microsoft.azure.elasticdb.shard.store.StoreResults

public class StoreResults

Representation of storage results from storage API execution.

Constructor Summary

Constructor Description
StoreResults()

Constructs instance of SqlResults.

Method Summary

Modifier and Type Method and Description
List<StoreLogEntry> getLogEntries()
StoreResult getResult()
List<ShardLocation> getStoreLocations()

Collection of locations.

List<StoreMapping> getStoreMappings()

Collection of mappings.

List<StoreLogEntry> getStoreOperations()

Collection of store operations.

List<StoreSchemaInfo> getStoreSchemaInfoCollection()

Collection of SchemaInfo objects.

List<StoreShardMap> getStoreShardMaps()

Collection of shard maps.

List<StoreShard> getStoreShards()

Collection of shards.

Version getStoreVersion()

Store version.

void setResult(StoreResult result)
void setStoreVersion(Version version)

Constructor Details

StoreResults

public StoreResults()

Constructs instance of SqlResults.

Method Details

getLogEntries

public List getLogEntries()

getResult

public StoreResult getResult()

getStoreLocations

public List getStoreLocations()

Collection of locations.

getStoreMappings

public List getStoreMappings()

Collection of mappings.

getStoreOperations

public List getStoreOperations()

Collection of store operations.

getStoreSchemaInfoCollection

public List getStoreSchemaInfoCollection()

Collection of SchemaInfo objects.

getStoreShardMaps

public List getStoreShardMaps()

Collection of shard maps.

getStoreShards

public List getStoreShards()

Collection of shards.

getStoreVersion

public Version getStoreVersion()

Store version.

setResult

public void setResult(StoreResult result)

Parameters:

result

setStoreVersion

public void setStoreVersion(Version version)

Parameters:

version

Applies to