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.@Nullable String cacheName()
null.@Nullable <K> K affinityKey()
null.UUID originNodeId()
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.11 Release Date : April 8 2016