public class CassandraConfig extends Config
Constructor and Description |
---|
CassandraConfig(DataService dataService,
String configId,
Map<String,String> properties,
boolean odataEnable) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
ODataDataHandler |
createODataHandler() |
com.datastax.driver.core.Session |
getSession() |
boolean |
isActive() |
boolean |
isNativeBatchRequestsSupported() |
boolean |
isResultSetFieldsCaseSensitive() |
getConfigId, getDataService, getProperties, getProperty, getType, isODataEnabled, toString
public CassandraConfig(DataService dataService, String configId, Map<String,String> properties, boolean odataEnable) throws DataServiceFault
DataServiceFault
public boolean isNativeBatchRequestsSupported()
public com.datastax.driver.core.Session getSession()
public ODataDataHandler createODataHandler() throws ODataServiceFault
createODataHandler
in class Config
ODataServiceFault
public boolean isResultSetFieldsCaseSensitive()
isResultSetFieldsCaseSensitive
in class Config
Copyright © 2019 WSO2. All rights reserved.