Uses of Class
com.oracle.bmc.redis.model.NodeSummary
-
Packages that use NodeSummary Package Description com.oracle.bmc.redis com.oracle.bmc.redis.model -
-
Uses of NodeSummary in com.oracle.bmc.redis
Methods in com.oracle.bmc.redis that return types with arguments of type NodeSummary Modifier and Type Method Description Iterable<NodeSummary>
RedisClusterPaginators. listRedisClusterNodesRecordIterator(ListRedisClusterNodesRequest request)
Creates a new iterable which will iterate over theNodeSummary
objects contained in responses from the listRedisClusterNodes operation. -
Uses of NodeSummary in com.oracle.bmc.redis.model
Methods in com.oracle.bmc.redis.model that return NodeSummary Modifier and Type Method Description NodeSummary
NodeSummary.Builder. build()
Methods in com.oracle.bmc.redis.model that return types with arguments of type NodeSummary Modifier and Type Method Description List<NodeSummary>
RedisNodeCollection. getItems()
The list of nodes in a cluster.Methods in com.oracle.bmc.redis.model with parameters of type NodeSummary Modifier and Type Method Description NodeSummary.Builder
NodeSummary.Builder. copy(NodeSummary model)
Method parameters in com.oracle.bmc.redis.model with type arguments of type NodeSummary Modifier and Type Method Description RedisNodeCollection.Builder
RedisNodeCollection.Builder. items(List<NodeSummary> items)
The list of nodes in a cluster.Constructor parameters in com.oracle.bmc.redis.model with type arguments of type NodeSummary Constructor Description RedisNodeCollection(List<NodeSummary> items)
Deprecated.
-