类 RestHttpPostCommandProcessor
java.lang.Object
com.hazelcast.internal.ascii.AbstractTextCommandProcessor<T>
com.hazelcast.internal.ascii.rest.HttpCommandProcessor<com.hazelcast.internal.ascii.rest.HttpPostCommand>
org.apache.seatunnel.engine.server.rest.RestHttpPostCommandProcessor
- 所有已实现的接口:
com.hazelcast.internal.ascii.TextCommandProcessor<com.hazelcast.internal.ascii.rest.HttpPostCommand>
public class RestHttpPostCommandProcessor
extends com.hazelcast.internal.ascii.rest.HttpCommandProcessor<com.hazelcast.internal.ascii.rest.HttpPostCommand>
-
嵌套类概要
从类继承的嵌套类/接口 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 -
构造器概要
构造器限定符构造器说明RestHttpPostCommandProcessor(com.hazelcast.internal.ascii.TextCommandService textCommandService) protectedRestHttpPostCommandProcessor(com.hazelcast.internal.ascii.TextCommandService textCommandService, Log4j2HttpPostCommandProcessor log4j2HttpPostCommandProcessor) -
方法概要
修饰符和类型方法说明voidhandle(com.hazelcast.internal.ascii.rest.HttpPostCommand httpPostCommand) voidhandleRejection(com.hazelcast.internal.ascii.rest.HttpPostCommand httpPostCommand) 从类继承的方法 com.hazelcast.internal.ascii.rest.HttpCommandProcessor
decodeParamsAndAuthenticate, exceptionResponse, getNode, prepareResponse, prepareResponse, response, sendResponse
-
构造器详细资料
-
RestHttpPostCommandProcessor
public RestHttpPostCommandProcessor(com.hazelcast.internal.ascii.TextCommandService textCommandService) -
RestHttpPostCommandProcessor
protected RestHttpPostCommandProcessor(com.hazelcast.internal.ascii.TextCommandService textCommandService, Log4j2HttpPostCommandProcessor log4j2HttpPostCommandProcessor)
-
-
方法详细资料
-
handle
public void handle(com.hazelcast.internal.ascii.rest.HttpPostCommand httpPostCommand) -
handleRejection
public void handleRejection(com.hazelcast.internal.ascii.rest.HttpPostCommand httpPostCommand)
-