Executor REST Endpoints
Executor
The Executor resource provides a set of endpoints for managing executor service. Use this resource to access operational information and performance statistics for executor operations.
- Reset Executor Statistics
- Method: postPath:
/management/coherence/cluster/executors/{executorName}/resetStatistics - Update Executor
- Method: postPath:
/management/coherence/cluster/executors/{executorName} - View Executor Information
- Method: getPath:
/management/coherence/cluster/executors/{executorName} - View Executor Member Information
- Method: getPath:
/management/coherence/cluster/executors/members/{memberId} - View Executor Members
- Method: getPath:
/management/coherence/cluster/executors/members - View Executors
- Method: getPath:
/management/coherence/cluster/executors