| Package | Description | 
|---|---|
| org.apache.kudu.client | 
| Modifier and Type | Method and Description | 
|---|---|
SessionConfiguration.FlushMode | 
SessionConfiguration.getFlushMode()
Get the current flush mode. 
 | 
SessionConfiguration.FlushMode | 
KuduSession.getFlushMode()  | 
SessionConfiguration.FlushMode | 
AsyncKuduSession.getFlushMode()  | 
static SessionConfiguration.FlushMode | 
SessionConfiguration.FlushMode.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SessionConfiguration.FlushMode[] | 
SessionConfiguration.FlushMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SessionConfiguration.setFlushMode(SessionConfiguration.FlushMode flushMode)
Set the new flush mode for this session. 
 | 
void | 
KuduSession.setFlushMode(SessionConfiguration.FlushMode flushMode)  | 
void | 
AsyncKuduSession.setFlushMode(SessionConfiguration.FlushMode flushMode)  | 
Copyright © 2016 The Apache Software Foundation. All rights reserved.