public interface ClientActorConfig
Modifier and Type | Method and Description |
---|---|
long |
getBackendAlivenessTimerInterval()
Returns the timer interval whereby, on expiration after response inactivity from the back-end, the connection to
the back-end is torn down and reconnection is attempted.
|
int |
getFileBackedStreamingThreshold()
Returns the threshold in bytes before switching from storing in memory to buffering to a file when streaming
large amounts of data.
|
int |
getMaximumMessageSliceSize()
Returns the maximum size in bytes for a message slice when fragmenting messages thru the akka remoting framework.
|
long |
getNoProgressTimeout()
Returns the timeout interval whereby the client front-end hasn't made progress with the back-end on any request
and terminates.
|
long |
getRequestTimeout()
Returns the timeout interval whereby requests are failed.
|
String |
getTempFileDirectory()
Returns the directory in which to create temporary files.
|
int getMaximumMessageSliceSize()
int getFileBackedStreamingThreshold()
String getTempFileDirectory()
long getBackendAlivenessTimerInterval()
long getRequestTimeout()
long getNoProgressTimeout()
Copyright © 2019 OpenDaylight. All rights reserved.