View Executor Information
get
/management/coherence/cluster/executors/{executorName}
Use this endpoint to view general statistics for an executor.
Request
Path Parameters
-
executorName(required): string
Name of the executor.
Response
Supported Media Types
- application/json
200 Response
A successful request that returns information about an executor
Root Schema : executor
Type:
Show Source
object-
description:
string
Read Only:
trueThe description of this executor. -
id:
string
Read Only:
trueID of the executor. -
location:
string
Read Only:
trueThe location where the executor is running -
memberId:
string
Read Only:
trueThe ID of member to which the MBean belongs -
name:
string
Read Only:
trueName of the executor. -
state:
string
Read Only:
trueAllowed Values:[ "JOINING", "RUNNING", "CLOSING_GRACEFULLY", "CLOSING", "CLOSED", "REJECTING" ]The state of the executor -
tasksCompletedCount:
integer(int64)
Read Only:
trueThe tasks completed count -
tasksInProgressCount:
integer(int64)
Read Only:
trueThe tasks in progress count -
tasksRejectedCount:
integer(int64)
Read Only:
trueThe tasks rejected count -
traceLogging:
boolean
Default Value:
falseIndicates whether or not the executor trace logging is enabled.