public class ThrottleDistributedInstancesCleanupTask
extends java.lang.Object
Constructor and Description |
---|
ThrottleDistributedInstancesCleanupTask() |
Modifier and Type | Method and Description |
---|---|
static long |
getSharedTimestampWithFullId(java.lang.String id)
Return hazelcast shared timestamp for this caller context with given full id.
|
static void |
removeTimestampWithFullId(java.lang.String id)
Destroy hazelcast shared timggestamp counter with full id, if it's local then remove the map entry
|
void |
start() |
void |
stop() |
public ThrottleDistributedInstancesCleanupTask()
public void start()
public void stop()
public static long getSharedTimestampWithFullId(java.lang.String id)
id
- of the shared counterpublic static void removeTimestampWithFullId(java.lang.String id)
id
- of the caller contextCopyright © 2005-2022 Apache Software Foundation. All Rights Reserved.