ReplicaSetConfiguration Class

  • java.lang.Object
    • system.fabric.ReplicaSetConfiguration

public class ReplicaSetConfiguration

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
List<ReplicaInformation> getReplicas()

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

long getWriteQuorum()

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

Method Details

getReplicas

public List getReplicas()

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.

getWriteQuorum

public long getWriteQuorum()

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