StatelessServicePartition Interface
public interface StatelessServicePartition extends ServicePartition
Represents a partition that is associated with a stateless service instance.
Remarks:Provided to a stateless service as a parameter to the ServicePartition.
Method Summary
Modifier and Type | Method and Description |
---|---|
void |
reportInstanceHealth(HealthInformation healthInfo)
Reports health of the current instance associated with this partition. |
Inherited Members
ServicePartition.getPartitionInfo()
ServicePartition.reportFault(FaultType faultType)
ServicePartition.reportLoad(Collection<LoadMetric> metrics)
ServicePartition.reportMoveCost(MoveCost moveCost)
ServicePartition.reportPartitionHealth(HealthInformation healthInfo)
Method Details
reportInstanceHealth
public void reportInstanceHealth(HealthInformation healthInfo)
Reports health of the current instance associated with this partition.
Parameters:
healthInfo
- Health information that is to be reported.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java