Package com.illumon.iris.controller
Interface ConfigurationTypeDetails
- All Known Implementing Classes:
InWorkerServiceConfigurationTypeDetails
,SystemConfigurationTypeDetails
public interface ConfigurationTypeDetails
Interface to get details for configuration types.
-
Method Summary
Modifier and Type Method Description int
getPriority(PersistentQueryConfiguration configuration)
Return the priority for the provided persistent query configuration.
-
Method Details
-
getPriority
Return the priority for the provided persistent query configuration. Priorities should be non-negative. A negative priority will be treated by Deephaven as the default priority value,RemoteQueryClient.DEFAULT_WORKER_PRIORITY
.- Parameters:
configuration
- the configuration- Returns:
- the priority where a lower number is a higher priority
-