JavaScript is disabled on your browser.
Method Summary
All Methods Instance Methods Abstract Methods Default Methods
The identifier for the node group (shard).
A list containing information about individual nodes within the node group (shard).
A list containing information about individual nodes within the node group (shard).
A list containing information about individual nodes within the node group (shard).
The endpoint of the primary node in this node group (shard).
The endpoint of the primary node in this node group (shard).
The endpoint of the replica nodes in this node group (shard).
The endpoint of the replica nodes in this node group (shard).
The keyspace for this node group (shard).
The current state of this replication group - creating
, available
,
modifying
, deleting
.
Method Details
nodeGroupId
The identifier for the node group (shard). A Redis OSS (cluster mode disabled) replication group contains
only 1 node group; therefore, the node group ID is 0001. A Redis OSS (cluster mode enabled) replication group
contains 1 to 90 node groups numbered 0001 to 0090. Optionally, the user can provide the id for a node group.
Parameters:
nodeGroupId
- The identifier for the node group (shard). A Redis OSS (cluster mode disabled) replication group
contains only 1 node group; therefore, the node group ID is 0001. A Redis OSS (cluster mode enabled)
replication group contains 1 to 90 node groups numbered 0001 to 0090. Optionally, the user can provide
the id for a node group.
Returns:
Returns a reference to this object so that method calls can be chained together.
status
The current state of this replication group - creating
, available
,
modifying
, deleting
.
Parameters:
status
- The current state of this replication group - creating
, available
,
modifying
, deleting
.
Returns:
Returns a reference to this object so that method calls can be chained together.
primaryEndpoint
The endpoint of the primary node in this node group (shard).
Parameters:
primaryEndpoint
- The endpoint of the primary node in this node group (shard).
Returns:
Returns a reference to this object so that method calls can be chained together.
primaryEndpoint
Parameters:
primaryEndpoint
- a consumer that will call methods on Endpoint.Builder
Returns:
Returns a reference to this object so that method calls can be chained together.
See Also:
readerEndpoint
The endpoint of the replica nodes in this node group (shard). This value is read-only.
Parameters:
readerEndpoint
- The endpoint of the replica nodes in this node group (shard). This value is read-only.
Returns:
Returns a reference to this object so that method calls can be chained together.
readerEndpoint
Parameters:
readerEndpoint
- a consumer that will call methods on Endpoint.Builder
Returns:
Returns a reference to this object so that method calls can be chained together.
See Also:
slots
The keyspace for this node group (shard).
Parameters:
slots
- The keyspace for this node group (shard).
Returns:
Returns a reference to this object so that method calls can be chained together.
nodeGroupMembers
A list containing information about individual nodes within the node group (shard).
Parameters:
nodeGroupMembers
- A list containing information about individual nodes within the node group (shard).
Returns:
Returns a reference to this object so that method calls can be chained together.
nodeGroupMembers
A list containing information about individual nodes within the node group (shard).
Parameters:
nodeGroupMembers
- A list containing information about individual nodes within the node group (shard).
Returns:
Returns a reference to this object so that method calls can be chained together.
nodeGroupMembers
Parameters:
nodeGroupMembers
- a consumer that will call methods on
NodeGroupMember.Builder
Returns:
Returns a reference to this object so that method calls can be chained together.
See Also: