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 StringgetPartitionName()Ask for the partition name from this strategy 
 - 
 
- 
- 
Method Detail
- 
getPartitionName
String getPartitionName()
Ask for the partition name from this strategy- Returns:
 
 
 - 
 
 -