Interface ServiceConfig
- All Known Implementing Classes:
AbstractPooledEndpointServiceConfig
,AnalyticsServiceConfig
,KeyValueServiceConfig
,QueryServiceConfig
,SearchServiceConfig
,ViewServiceConfig
public interface ServiceConfig
-
Method Summary
Modifier and Type Method Description default Map<String,Object>
exportAsMap()
Duration
idleTime()
int
maxEndpoints()
int
minEndpoints()
boolean
pipelined()
-
Method Details
-
minEndpoints
int minEndpoints() -
maxEndpoints
int maxEndpoints() -
idleTime
Duration idleTime() -
pipelined
boolean pipelined() -
exportAsMap
-