com.hazelcast.management.request
Class ConsoleRequestConstants

java.lang.Object
  extended by com.hazelcast.management.request.ConsoleRequestConstants

public final class ConsoleRequestConstants
extends Object

Constants to identify serialized requests.


Field Summary
static int REQUEST_TYPE_CLUSTER_PROPERTIES
           
static int REQUEST_TYPE_CLUSTER_STATE
           
static int REQUEST_TYPE_CONSOLE_COMMAND
           
static int REQUEST_TYPE_EVICT_LOCAL_MAP
           
static int REQUEST_TYPE_EXECUTE_SCRIPT
           
static int REQUEST_TYPE_GET_THREAD_DUMP
           
static int REQUEST_TYPE_LOG_VERSION_MISMATCH
           
static int REQUEST_TYPE_LOGS
           
static int REQUEST_TYPE_MAP_CONFIG
           
static int REQUEST_TYPE_MAP_ENTRY
           
static int REQUEST_TYPE_MEMBER_CONFIG
           
static int REQUEST_TYPE_MEMBER_SHUTDOWN
           
static int REQUEST_TYPE_MEMBER_SYSTEM_PROPERTIES
           
static int REQUEST_TYPE_RUN_GC
           
static int REQUEST_TYPE_SYSTEM_WARNINGS
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.