46 строки
2.8 KiB
YAML
46 строки
2.8 KiB
YAML
### YamlMime:JavaEnum
|
|
fields:
|
|
- fullName: com.microsoft.azure.elasticdb.shard.mapmanager.ShardMapManagerLoadPolicy.Eager
|
|
name: Eager
|
|
nameWithType: ShardMapManagerLoadPolicy.Eager
|
|
summary: <p>Load all shard maps and their corresponding mappings into the cache for fast retrieval. </p>
|
|
uid: com.microsoft.azure.elasticdb.shard.mapmanager.ShardMapManagerLoadPolicy.Eager
|
|
- fullName: com.microsoft.azure.elasticdb.shard.mapmanager.ShardMapManagerLoadPolicy.Lazy
|
|
name: Lazy
|
|
nameWithType: ShardMapManagerLoadPolicy.Lazy
|
|
summary: <p>Load all shard maps and their corresponding mappings on as needed basis. </p>
|
|
uid: com.microsoft.azure.elasticdb.shard.mapmanager.ShardMapManagerLoadPolicy.Lazy
|
|
- fullName: com.microsoft.azure.elasticdb.shard.mapmanager.ShardMapManagerLoadPolicy.SIZE
|
|
name: SIZE
|
|
nameWithType: ShardMapManagerLoadPolicy.SIZE
|
|
uid: com.microsoft.azure.elasticdb.shard.mapmanager.ShardMapManagerLoadPolicy.SIZE
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
- <xref href="java.lang.Enum<ShardMapManagerLoadPolicy>" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: com.microsoft.azure.elasticdb.shard.mapmanager.ShardMapManagerLoadPolicy.forValue(int value)
|
|
name: forValue(int value)
|
|
nameWithType: ShardMapManagerLoadPolicy.forValue(int value)
|
|
parameters:
|
|
- name: value
|
|
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
type: <xref href="com.microsoft.azure.elasticdb.shard.mapmanager.ShardMapManagerLoadPolicy?alt=com.microsoft.azure.elasticdb.shard.mapmanager.ShardMapManagerLoadPolicy&text=ShardMapManagerLoadPolicy" data-throw-if-not-resolved="False"/>
|
|
syntax: public static ShardMapManagerLoadPolicy forValue(int value)
|
|
uid: com.microsoft.azure.elasticdb.shard.mapmanager.ShardMapManagerLoadPolicy.forValue(int)
|
|
- fullName: com.microsoft.azure.elasticdb.shard.mapmanager.ShardMapManagerLoadPolicy.getValue()
|
|
name: getValue()
|
|
nameWithType: ShardMapManagerLoadPolicy.getValue()
|
|
returns:
|
|
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
|
|
syntax: public int getValue()
|
|
uid: com.microsoft.azure.elasticdb.shard.mapmanager.ShardMapManagerLoadPolicy.getValue()
|
|
nameWithType: ShardMapManagerLoadPolicy
|
|
syntax: public enum ShardMapManagerLoadPolicy
|
|
uid: com.microsoft.azure.elasticdb.shard.mapmanager.ShardMapManagerLoadPolicy
|
|
fullName: com.microsoft.azure.elasticdb.shard.mapmanager.ShardMapManagerLoadPolicy
|
|
name: ShardMapManagerLoadPolicy
|
|
package: com.microsoft.azure.elasticdb.shard.mapmanager
|
|
summary: <p>Describes the policy used for initialization of <xref uid="com.microsoft.azure.elasticdb.shard.mapmanager.ShardMapManager" data-throw-if-not-resolved="false" data-raw-source="ShardMapManager"></xref> from the store. </p>
|
|
metadata: {}
|