SERVICES
Deployed services
This is a legacy Apache Ignite documentationThe new documentation is hosted here: https://ignite.apache.org/docs/latest/
This view exposes information about deployed services.
| NAME | TYPE | DESCRIPTION |
|---|---|---|
| SERVICE_ID | UUID | Service ID |
| NAME | string | Service name |
| SERVICE_CLASS | string | Service class name |
| CACHE_NAME | string | Cache name |
| ORIGIN_NODE_ID | UUID | Originating node ID |
| TOTAL_COUNT | int | Total count of service instances |
| MAX_PER_NODE_COUNT | int | Maximum count of services instances per node |
| AFFINITY_KEY | string | Affinity key value for service |
| NODE_FILTER | string | toString representation of node filter |
| STATICALLY_CONFIGURED | boolean | True is service statically configured |
Updated over 1 year ago

