Interface ClusterInfoOrBuilder (0.2.0)

public interface ClusterInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProcessesCount()

public abstract int getProcessesCount()

The number of active processes in the cluster.

int32 processes_count = 2;

Returns
Type Description
int

The processesCount.

getStreamsCount()

public abstract int getStreamsCount()

The number of active streams in the cluster.

int32 streams_count = 1;

Returns
Type Description
int

The streamsCount.