Package com.ibm.fhir.persistence.payload
Interface FHIRPayloadPartitionStrategy
-
public interface FHIRPayloadPartitionStrategyStrategy for obtaining a partition name to use when storing the payload in a partitioned datastore.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetPartitionName(java.lang.String resourceType, java.lang.String logicalId)Ask for the partition name from this strategy
-