public class RuntimeContext extends Object
Modifier and Type | Field and Description |
---|---|
static long |
UNKNOWN
Unknown value
|
Constructor and Description |
---|
RuntimeContext(int specifiedReplicaCount,
int readyReplicas,
int currentReplicas,
String resourceVersion) |
Modifier and Type | Method and Description |
---|---|
int |
getCurrentReplicas() |
int |
getReadyReplicas() |
String |
getResourceVersion() |
int |
getSpecifiedReplicaCount() |
String |
toString() |
public static final long UNKNOWN
Copyright © 2023 Hazelcast, Inc.. All rights reserved.