StatefulServiceContext Class
- java.
lang. Object - ServiceContext
- system.
fabric. StatefulServiceContext
- system.
public class StatefulServiceContext extends ServiceContext
Represents the service context that the stateful service is operating under.
Constructor Summary
Constructor | Description |
---|---|
StatefulServiceContext(NodeContext nodeContext, CodePackageActivationContext codePackageActivationContext, String serviceTypeName, URI serviceName, byte[] initializationData, UUID partitionId, long replicaId) |
Instantiates the system.fabric.StatefulServiceContext object. |
Method Summary
Modifier and Type | Method and Description |
---|---|
long |
getReplicaId()
Gets the stateful service replica ID. |
Inherited Members
Constructor Details
StatefulServiceContext
public StatefulServiceContext(NodeContext nodeContext, CodePackageActivationContext codePackageActivationContext, String serviceTypeName, URI serviceName, byte[] initializationData, UUID partitionId, long replicaId)
Instantiates the system.fabric.StatefulServiceContext object.
Parameters:
Method Details
getReplicaId
public long getReplicaId()
Gets the stateful service replica ID.
Returns:
Applies to
Azure SDK for Java