-
- Downloads
Update the cache implementations for schemas, kinds and configurations to be...
Update the cache implementations for schemas, kinds and configurations to be partition safe as the configurations may be partition dependent
Showing
- indexer-core/src/main/java/org/opengroup/osdu/indexer/cache/IKindCache.java 6 additions, 0 deletions...ain/java/org/opengroup/osdu/indexer/cache/IKindCache.java
- indexer-core/src/main/java/org/opengroup/osdu/indexer/cache/IParentChildRelatedObjectsSpecsCache.java 9 additions, 0 deletions...u/indexer/cache/IParentChildRelatedObjectsSpecsCache.java
- indexer-core/src/main/java/org/opengroup/osdu/indexer/cache/IPropertyConfigurationsCache.java 7 additions, 0 deletions...roup/osdu/indexer/cache/IPropertyConfigurationsCache.java
- indexer-core/src/main/java/org/opengroup/osdu/indexer/cache/KindCacheVmImpl.java 35 additions, 0 deletions...ava/org/opengroup/osdu/indexer/cache/KindCacheVmImpl.java
- indexer-core/src/main/java/org/opengroup/osdu/indexer/cache/ParentChildRelatedObjectsSpecsCacheVmImpl.java 37 additions, 0 deletions...exer/cache/ParentChildRelatedObjectsSpecsCacheVmImpl.java
- indexer-core/src/main/java/org/opengroup/osdu/indexer/cache/PartitionSafeKindCache.java 52 additions, 0 deletions.../opengroup/osdu/indexer/cache/PartitionSafeKindCache.java
- indexer-core/src/main/java/org/opengroup/osdu/indexer/cache/PartitionSafeParentChildRelatedObjectsSpecsCache.java 54 additions, 0 deletions...che/PartitionSafeParentChildRelatedObjectsSpecsCache.java
- indexer-core/src/main/java/org/opengroup/osdu/indexer/cache/PartitionSafePropertyConfigurationsCache.java 53 additions, 0 deletions...dexer/cache/PartitionSafePropertyConfigurationsCache.java
- indexer-core/src/main/java/org/opengroup/osdu/indexer/cache/PartitionSafeSchemaCache.java 59 additions, 0 deletions...pengroup/osdu/indexer/cache/PartitionSafeSchemaCache.java
- indexer-core/src/main/java/org/opengroup/osdu/indexer/cache/PropertyConfigurationsCacheVmImpl.java 35 additions, 0 deletions...osdu/indexer/cache/PropertyConfigurationsCacheVmImpl.java
- indexer-core/src/main/java/org/opengroup/osdu/indexer/cache/RecordChangeInfoCache.java 2 additions, 1 deletion...g/opengroup/osdu/indexer/cache/RecordChangeInfoCache.java
- indexer-core/src/main/java/org/opengroup/osdu/indexer/cache/RelatedObjectCache.java 2 additions, 2 deletions.../org/opengroup/osdu/indexer/cache/RelatedObjectCache.java
- indexer-core/src/main/java/org/opengroup/osdu/indexer/model/Constants.java 8 additions, 0 deletions...main/java/org/opengroup/osdu/indexer/model/Constants.java
- indexer-core/src/main/java/org/opengroup/osdu/indexer/service/IndexSchemaServiceImpl.java 9 additions, 16 deletions...pengroup/osdu/indexer/service/IndexSchemaServiceImpl.java
- indexer-core/src/main/java/org/opengroup/osdu/indexer/service/PropertyConfigurationsServiceImpl.java 9 additions, 14 deletions...du/indexer/service/PropertyConfigurationsServiceImpl.java
Loading
Please register or sign in to comment