ReplicaInformation Class

  • java.lang.Object
    • system.fabric.ReplicaInformation

public class ReplicaInformation

This supports the Service Fabric infrastructure and is not meant to be used directly from your code.

Method Summary

Modifier and Type Method and Description
long getCatchUpCapability()

This supports the Service Fabric infrastructure and is not meant to be used directly from your code.

long getCurrentProgress()

This supports the Service Fabric infrastructure and is not meant to be used directly from your code.

long getId()

This supports the Service Fabric infrastructure and is not meant to be used directly from your code.

String getReplicatorAddress()

This supports the Service Fabric infrastructure and is not meant to be used directly from your code.

ReplicaRole getRole()

This supports the Service Fabric infrastructure and is not meant to be used directly from your code.

ReplicaStatus getStatus()

This supports the Service Fabric infrastructure and is not meant to be used directly from your code.

Method Details

getCatchUpCapability

public long getCatchUpCapability()

This supports the Service Fabric infrastructure and is not meant to be used directly from your code.

Returns:

This supports the Service Fabric infrastructure and is not meant to be used directly from your code.

getCurrentProgress

public long getCurrentProgress()

This supports the Service Fabric infrastructure and is not meant to be used directly from your code.

Returns:

This supports the Service Fabric infrastructure and is not meant to be used directly from your code.

getId

public long getId()

This supports the Service Fabric infrastructure and is not meant to be used directly from your code.

Returns:

This supports the Service Fabric infrastructure and is not meant to be used directly from your code.

getReplicatorAddress

public String getReplicatorAddress()

This supports the Service Fabric infrastructure and is not meant to be used directly from your code.

Returns:

This supports the Service Fabric infrastructure and is not meant to be used directly from your code.

getRole

public ReplicaRole getRole()

This supports the Service Fabric infrastructure and is not meant to be used directly from your code.

Returns:

This supports the Service Fabric infrastructure and is not meant to be used directly from your code.

getStatus

public ReplicaStatus getStatus()

This supports the Service Fabric infrastructure and is not meant to be used directly from your code.

Returns:

This supports the Service Fabric infrastructure and is not meant to be used directly from your code.

Applies to