Class PlatformServiceConfiguration
- java.lang.Object
-
- org.apache.ignite.services.ServiceConfiguration
-
- org.apache.ignite.internal.processors.platform.services.PlatformServiceConfiguration
-
- All Implemented Interfaces:
Serializable
public class PlatformServiceConfiguration extends ServiceConfiguration
Extended service configuration. Keeps known method names of service to build proper service statistics.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.ignite.services.ServiceConfiguration
affKey, cacheName, interceptors, isStatisticsEnabled, maxPerNodeCnt, name, nodeFilter, totalCnt
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]mtdNames()-
Methods inherited from class org.apache.ignite.services.ServiceConfiguration
equals, equalsIgnoreNodeFilter, getAffinityKey, getCacheName, getInterceptors, getMaxPerNodeCount, getName, getNodeFilter, getService, getTotalCount, hashCode, isStatisticsEnabled, setAffinityKey, setCacheName, setInterceptors, setMaxPerNodeCount, setName, setNodeFilter, setService, setStatisticsEnabled, setTotalCount, toString
-
-
-
-
Method Detail
-
mtdNames
public String[] mtdNames()
- Returns:
- Known method names of platform service.
-
-