public class LazyServiceConfiguration extends ServiceConfiguration
affKey, cacheName, isStatisticsEnabled, maxPerNodeCnt, name, nodeFilter, totalCnt| Constructor and Description |
|---|
LazyServiceConfiguration()
Default constructor.
|
LazyServiceConfiguration(ServiceConfiguration cfg,
byte[] srvcBytes,
@Nullable byte[] interceptorsBytes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equalsIgnoreNodeFilter(Object o)
Checks if configurations are equal ignoring the node filter.
|
ServiceCallInterceptor[] |
getInterceptors()
Gets service call interceptors.
|
Service |
getService()
Gets service instance.
|
byte[] |
interceptorBytes() |
byte[] |
serviceBytes() |
String |
serviceClassName() |
String |
toString() |
equals, getAffinityKey, getCacheName, getMaxPerNodeCount, getName, getNodeFilter, getTotalCount, hashCode, isStatisticsEnabled, setAffinityKey, setCacheName, setInterceptors, setMaxPerNodeCount, setName, setNodeFilter, setService, setStatisticsEnabled, setTotalCountpublic LazyServiceConfiguration()
public LazyServiceConfiguration(ServiceConfiguration cfg, byte[] srvcBytes, @Nullable @Nullable byte[] interceptorsBytes)
cfg - Configuration.srvcBytes - Marshalled service.interceptorsBytes - Marshalled interceptors.public byte[] serviceBytes()
public String serviceClassName()
public Service getService()
This parameter is mandatory when deploying a service.
getService in class ServiceConfigurationpublic ServiceCallInterceptor[] getInterceptors()
getInterceptors in class ServiceConfigurationpublic byte[] interceptorBytes()
public boolean equalsIgnoreNodeFilter(Object o)
equalsIgnoreNodeFilter in class ServiceConfigurationo - Other configuration.True if configurations are equal, false otherwise.public String toString()
toString in class ServiceConfiguration
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023