public interface ServiceDescriptor extends Serializable
Service descriptors can be retrieved by calling IgniteServices.serviceDescriptors()
method.
Modifier and Type | Method and Description |
---|---|
<K> K |
affinityKey()
Gets affinity key used for key-to-node affinity calculation.
|
String |
cacheName()
Gets cache name used for key-to-node affinity calculation.
|
int |
maxPerNodeCount()
Gets maximum allowed number of deployed services on each node,
0 for unlimited. |
String |
name()
Gets service name.
|
UUID |
originNodeId()
Gets ID of grid node that initiated the service deployment.
|
Class<? extends Service> |
serviceClass()
Gets service class.
|
Map<UUID,Integer> |
topologySnapshot()
Gets service deployment topology snapshot.
|
int |
totalCount()
Gets maximum allowed total number of deployed services in the grid,
0 for unlimited. |
String name()
int totalCount()
0
for unlimited.0
for unlimited.int maxPerNodeCount()
0
for unlimited.0
for unlimited.String cacheName()
null
.<K> K affinityKey()
null
.UUID originNodeId()
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024