com.hazelcast.management.request
Class ConsoleRequestConstants
java.lang.Object
com.hazelcast.management.request.ConsoleRequestConstants
public final class ConsoleRequestConstants
- extends Object
Constants to identify serialized requests.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REQUEST_TYPE_CLUSTER_STATE
public static final int REQUEST_TYPE_CLUSTER_STATE
- See Also:
- Constant Field Values
REQUEST_TYPE_GET_THREAD_DUMP
public static final int REQUEST_TYPE_GET_THREAD_DUMP
- See Also:
- Constant Field Values
REQUEST_TYPE_EXECUTE_SCRIPT
public static final int REQUEST_TYPE_EXECUTE_SCRIPT
- See Also:
- Constant Field Values
REQUEST_TYPE_EVICT_LOCAL_MAP
public static final int REQUEST_TYPE_EVICT_LOCAL_MAP
- See Also:
- Constant Field Values
REQUEST_TYPE_CONSOLE_COMMAND
public static final int REQUEST_TYPE_CONSOLE_COMMAND
- See Also:
- Constant Field Values
REQUEST_TYPE_MAP_CONFIG
public static final int REQUEST_TYPE_MAP_CONFIG
- See Also:
- Constant Field Values
REQUEST_TYPE_MEMBER_CONFIG
public static final int REQUEST_TYPE_MEMBER_CONFIG
- See Also:
- Constant Field Values
REQUEST_TYPE_CLUSTER_PROPERTIES
public static final int REQUEST_TYPE_CLUSTER_PROPERTIES
- See Also:
- Constant Field Values
REQUEST_TYPE_LOGS
public static final int REQUEST_TYPE_LOGS
- See Also:
- Constant Field Values
REQUEST_TYPE_MAP_ENTRY
public static final int REQUEST_TYPE_MAP_ENTRY
- See Also:
- Constant Field Values
REQUEST_TYPE_MEMBER_SYSTEM_PROPERTIES
public static final int REQUEST_TYPE_MEMBER_SYSTEM_PROPERTIES
- See Also:
- Constant Field Values
REQUEST_TYPE_RUN_GC
public static final int REQUEST_TYPE_RUN_GC
- See Also:
- Constant Field Values
REQUEST_TYPE_LOG_VERSION_MISMATCH
public static final int REQUEST_TYPE_LOG_VERSION_MISMATCH
- See Also:
- Constant Field Values
REQUEST_TYPE_MEMBER_SHUTDOWN
public static final int REQUEST_TYPE_MEMBER_SHUTDOWN
- See Also:
- Constant Field Values
REQUEST_TYPE_SYSTEM_WARNINGS
public static final int REQUEST_TYPE_SYSTEM_WARNINGS
- See Also:
- Constant Field Values
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.