IndexPolicyCompareService Class
- java.
lang. Object - com.
azure. spring. data. cosmos. repository. support. IndexPolicyCompareService
- com.
public class IndexPolicyCompareService
Class for determining if the index policy currently applied to the container matches the index policy that is specified on an entities' @CosmosIndexingPolicy annotation
Constructor Summary
Constructor | Description | |
---|---|---|
IndexPolicyCompareService() |
Method Summary
Modifier and Type | Method and Description |
---|---|
static boolean |
policyNeedsUpdate(IndexingPolicy existingPolicy, IndexingPolicy newPolicy)
Whether the policy needs updating. |
Methods inherited from java.lang.Object
Constructor Details
IndexPolicyCompareService
public IndexPolicyCompareService()
Method Details
policyNeedsUpdate
public static boolean policyNeedsUpdate(IndexingPolicy existingPolicy, IndexingPolicy newPolicy)
Whether the policy needs updating.
Parameters:
Returns: