@NotThreadSafe public final class WorkerWebUIOperations extends Object implements Serializable
Constructor and Description |
---|
WorkerWebUIOperations()
Creates a new instance of
WorkerWebUIInit . |
Modifier and Type | Method and Description |
---|---|
long |
getOperationCount()
Gets the operation count.
|
long |
getRpcQueueLength()
Gets the current RPC queue length.
|
WorkerWebUIOperations |
setOperationCount(long operationCount)
Sets the operation count.
|
WorkerWebUIOperations |
setRpcQueueLength(long rpcQueueLength)
Sets the RPC queue length.
|
String |
toString() |
public WorkerWebUIOperations()
WorkerWebUIInit
.public long getOperationCount()
public long getRpcQueueLength()
public WorkerWebUIOperations setOperationCount(long operationCount)
operationCount
- the operation countpublic WorkerWebUIOperations setRpcQueueLength(long rpcQueueLength)
rpcQueueLength
- queue lengthCopyright © 2023. All Rights Reserved.