public class RuntimeContext extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static long | UNKNOWNUnknown 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 © 2022 Hazelcast, Inc.. All rights reserved.