public class TarantoolClientConfig extends Object
Modifier and Type | Field and Description |
---|---|
int |
defaultRequestSize
default ByteArrayOutputStream size when make query serialization
|
double |
directWriteFactor
not put request into the shared buffer if request size is ge directWriteFactor * sharedBufferSize
|
long |
initTimeoutMillis
Any blocking ops timeout
|
String |
password |
int |
predictedFutures
initial size for map which holds futures of sent request
|
int |
readerThreadPriority |
int |
sharedBufferSize
shared buffer is place where client collect requests when socket is busy on write
|
boolean |
useNewCall
Use old call command https://github.com/tarantool/doc/issues/54,
please ensure that you server supports new call command
|
String |
username
username and password for authorization
|
int |
writerThreadPriority |
long |
writeTimeoutMillis |
Constructor and Description |
---|
TarantoolClientConfig() |
public String username
public String password
public int defaultRequestSize
public int predictedFutures
public int writerThreadPriority
public int readerThreadPriority
public int sharedBufferSize
public double directWriteFactor
public boolean useNewCall
public long initTimeoutMillis
public long writeTimeoutMillis
Copyright © 2017. All rights reserved.