Show / Hide Table of Contents

Class ClusterInfo

A Cluster represents a group of servers all servicing the same MDS data store. The members may be distributed across multiple data centers.

Inheritance
Object
BasePdu<ClusterInfo>
ClusterInfo
Implements
IEquatable<ClusterInfo>
Inherited Members
BasePdu<ClusterInfo>.ToJsonForMds()
BasePdu<ClusterInfo>.ToJsonForLocalStorage()
BasePdu<ClusterInfo>.Equals(ClusterInfo)
BasePdu<ClusterInfo>.Equals(Object)
BasePdu<ClusterInfo>.GetHashCode()
Object.Equals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: PKWARE.Smartcrypt.Protocol
Assembly: SmartcryptProtocol.dll
Syntax
public sealed class ClusterInfo : BasePdu<ClusterInfo>, IEquatable<ClusterInfo>

Constructors

ClusterInfo(ClusterInfo)

Declaration
public ClusterInfo([NotNull] ClusterInfo other)
Parameters
Type Name Description
ClusterInfo other

Properties

ctag

Declaration
[CanBeNull]
public string ctag { get; set; }
Property Value
Type Description
String

members

Declaration
public IList<ClusterInfoServer> members { get; set; }
Property Value
Type Description
IList<ClusterInfoServer>

Methods

ToJson(Boolean)

Declaration
protected override string ToJson(bool sending)
Parameters
Type Name Description
Boolean sending
Returns
Type Description
String
Overrides
PKWARE.Smartcrypt.Protocol.BasePdu<PKWARE.Smartcrypt.Protocol.ClusterInfo>.ToJson(System.Boolean)

Implements

System.IEquatable<T>
Back to top Copyright © 2018 PKWARE, Inc.