public class SessionPoolOptions extends Object
DatabaseClient
.Modifier and Type | Class and Description |
---|---|
static class |
SessionPoolOptions.Builder
Builder for creating SessionPoolOptions.
|
Modifier and Type | Method and Description |
---|---|
int |
getKeepAliveIntervalMinutes() |
int |
getMaxIdleSessions() |
int |
getMaxSessions() |
int |
getMinSessions() |
float |
getWriteSessionsFraction() |
boolean |
isBlockIfPoolExhausted() |
boolean |
isFailIfPoolExhausted() |
static SessionPoolOptions.Builder |
newBuilder() |
public int getMinSessions()
public int getMaxSessions()
public int getMaxIdleSessions()
public float getWriteSessionsFraction()
public int getKeepAliveIntervalMinutes()
public boolean isFailIfPoolExhausted()
public boolean isBlockIfPoolExhausted()
public static SessionPoolOptions.Builder newBuilder()
Copyright © 2017 Google. All rights reserved.