| Package | Description | 
|---|---|
| org.apache.kudu.client | 
| Modifier and Type | Method and Description | 
|---|---|
static ExternalConsistencyMode | 
ExternalConsistencyMode.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ExternalConsistencyMode[] | 
ExternalConsistencyMode.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.setExternalConsistencyMode(ExternalConsistencyMode consistencyMode)
Set the new external consistency mode for this session. 
 | 
void | 
KuduSession.setExternalConsistencyMode(ExternalConsistencyMode consistencyMode)  | 
void | 
AsyncKuduSession.setExternalConsistencyMode(ExternalConsistencyMode consistencyMode)  | 
Copyright © 2016 The Apache Software Foundation. All rights reserved.