azure-docs-sdk-java/docs-ref-autogen/system.fabric.StatelessServ...

36 строки
1.7 KiB
YAML

### YamlMime:JavaType
inheritedMembers:
- system.fabric.ServicePartition.getPartitionInfo()
- system.fabric.ServicePartition.reportFault(FaultType)
- system.fabric.ServicePartition.reportLoad(Collection<LoadMetric>)
- system.fabric.ServicePartition.reportMoveCost(MoveCost)
- system.fabric.ServicePartition.reportPartitionHealth(HealthInformation)
methods:
- fullName: system.fabric.StatelessServicePartition.reportInstanceHealth(HealthInformation healthInfo)
name: reportInstanceHealth(HealthInformation healthInfo)
nameWithType: StatelessServicePartition.reportInstanceHealth(HealthInformation healthInfo)
parameters:
- description: <p>Health information that is to be reported. </p>
name: healthInfo
type: <xref href="system.fabric.health.HealthInformation?alt=system.fabric.health.HealthInformation&text=HealthInformation" data-throw-if-not-resolved="False"/>
summary: >-
<p>Reports health of the current instance associated with this partition.</p>
<p></p>
syntax: public void reportInstanceHealth(HealthInformation healthInfo)
uid: system.fabric.StatelessServicePartition.reportInstanceHealth(HealthInformation)
nameWithType: StatelessServicePartition
syntax: public interface StatelessServicePartition extends ServicePartition
type: interface
uid: system.fabric.StatelessServicePartition
fullName: system.fabric.StatelessServicePartition
name: StatelessServicePartition
package: system.fabric
summary: >-
<p>Represents a partition that is associated with a stateless service instance. </p>
<p>
<b>Remarks:</b>Provided to a stateless service as a parameter to the <xref uid="system.fabric.ServicePartition" data-throw-if-not-resolved="false" data-raw-source="system.fabric.ServicePartition"></xref>. </p>
metadata: {}