Package com.ibm.fhir.persistence.payload
Interface FHIRPayloadPartitionStrategy
-
public interface FHIRPayloadPartitionStrategy
Strategy 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 String
getPartitionName()
Ask for the partition name from this strategy
-
-
-
Method Detail
-
getPartitionName
String getPartitionName()
Ask for the partition name from this strategy- Returns:
-
-