Interface ServiceConfig
-
- All Known Implementing Classes:
AnalyticsServiceConfig
,KeyValueServiceConfig
,QueryServiceConfig
,SearchServiceConfig
,ViewServiceConfig
public interface ServiceConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Duration
idleTime()
int
maxEndpoints()
int
minEndpoints()
boolean
pipelined()
-
-
-
Method Detail
-
minEndpoints
int minEndpoints()
-
maxEndpoints
int maxEndpoints()
-
idleTime
Duration idleTime()
-
pipelined
boolean pipelined()
-
-