类 RestHttpGetCommandProcessor

java.lang.Object
com.hazelcast.internal.ascii.AbstractTextCommandProcessor<T>
com.hazelcast.internal.ascii.rest.HttpCommandProcessor<com.hazelcast.internal.ascii.rest.HttpGetCommand>
org.apache.seatunnel.engine.server.rest.RestHttpGetCommandProcessor
所有已实现的接口:
com.hazelcast.internal.ascii.TextCommandProcessor<com.hazelcast.internal.ascii.rest.HttpGetCommand>

public class RestHttpGetCommandProcessor extends com.hazelcast.internal.ascii.rest.HttpCommandProcessor<com.hazelcast.internal.ascii.rest.HttpGetCommand>
  • 嵌套类概要

    从类继承的嵌套类/接口 com.hazelcast.internal.ascii.rest.HttpCommandProcessor

    com.hazelcast.internal.ascii.rest.HttpCommandProcessor.ResponseType
  • 字段概要

    从类继承的字段 com.hazelcast.internal.ascii.rest.HttpCommandProcessor

    logger, restCallCollector, URI_ADD_WAN_CONFIG, URI_CHANGE_CLUSTER_STATE_URL, URI_CLUSTER, URI_CLUSTER_MANAGEMENT_BASE_URL, URI_CLUSTER_NODES_URL, URI_CLUSTER_STATE_URL, URI_CLUSTER_VERSION_URL, URI_CONFIG, URI_CONFIG_RELOAD, URI_CONFIG_UPDATE, URI_CP_GROUPS_URL, URI_CP_MEMBERS_URL, URI_CP_SESSIONS_SUFFIX, URI_CP_SUBSYSTEM_BASE_URL, URI_FORCESTART_CLUSTER_URL, URI_HEALTH_READY, URI_HEALTH_URL, URI_HOT_RESTART_BACKUP_CLUSTER_URL, URI_HOT_RESTART_BACKUP_INTERRUPT_CLUSTER_URL, URI_INSTANCE, URI_LICENSE_INFO, URI_LOCAL_CP_MEMBER_URL, URI_LOG_LEVEL, URI_LOG_LEVEL_RESET, URI_MAPS, URI_PARTIALSTART_CLUSTER_URL, URI_PERSISTENCE_BACKUP_CLUSTER_URL, URI_PERSISTENCE_BACKUP_INTERRUPT_CLUSTER_URL, URI_QUEUES, URI_REMOVE_SUFFIX, URI_RESET_CP_SUBSYSTEM_URL, URI_SHUTDOWN_CLUSTER_URL, URI_SHUTDOWN_NODE_CLUSTER_URL, URI_WAN_BASE_URL, URI_WAN_CLEAR_QUEUES, URI_WAN_CONSISTENCY_CHECK_MAP, URI_WAN_PAUSE_PUBLISHER, URI_WAN_RESUME_PUBLISHER, URI_WAN_STOP_PUBLISHER, URI_WAN_SYNC_ALL_MAPS, URI_WAN_SYNC_MAP

    从类继承的字段 com.hazelcast.internal.ascii.AbstractTextCommandProcessor

    textCommandService
  • 构造器概要

    构造器
    构造器
    说明
    RestHttpGetCommandProcessor(com.hazelcast.internal.ascii.TextCommandService textCommandService)
     
    RestHttpGetCommandProcessor(com.hazelcast.internal.ascii.TextCommandService textCommandService, Log4j2HttpGetCommandProcessor log4j2HttpGetCommandProcessor)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    getThreadDump(com.hazelcast.internal.ascii.rest.HttpGetCommand command)
     
    void
    handle(com.hazelcast.internal.ascii.rest.HttpGetCommand httpGetCommand)
     
    void
    handleRejection(com.hazelcast.internal.ascii.rest.HttpGetCommand httpGetCommand)
     
    void
    overView(com.hazelcast.internal.ascii.rest.HttpGetCommand command, String uri)
     

    从类继承的方法 com.hazelcast.internal.ascii.rest.HttpCommandProcessor

    decodeParamsAndAuthenticate, exceptionResponse, getNode, prepareResponse, prepareResponse, response, sendResponse

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • RestHttpGetCommandProcessor

      public RestHttpGetCommandProcessor(com.hazelcast.internal.ascii.TextCommandService textCommandService)
    • RestHttpGetCommandProcessor

      public RestHttpGetCommandProcessor(com.hazelcast.internal.ascii.TextCommandService textCommandService, Log4j2HttpGetCommandProcessor log4j2HttpGetCommandProcessor)
  • 方法详细资料

    • handle

      public void handle(com.hazelcast.internal.ascii.rest.HttpGetCommand httpGetCommand)
    • handleRejection

      public void handleRejection(com.hazelcast.internal.ascii.rest.HttpGetCommand httpGetCommand)
    • overView

      public void overView(com.hazelcast.internal.ascii.rest.HttpGetCommand command, String uri)
    • getThreadDump

      public void getThreadDump(com.hazelcast.internal.ascii.rest.HttpGetCommand command)