Class DrillDataStoreFactory
java.lang.Object
com.google.api.client.util.store.AbstractDataStoreFactory
org.apache.drill.exec.store.googlesheets.DrillDataStoreFactory
- All Implemented Interfaces:
com.google.api.client.util.store.DataStoreFactory
public class DrillDataStoreFactory
extends com.google.api.client.util.store.AbstractDataStoreFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected <V extends Serializable>
com.google.api.client.util.store.DataStore<V>toString()
Methods inherited from class com.google.api.client.util.store.AbstractDataStoreFactory
getDataStore
-
Constructor Details
-
DrillDataStoreFactory
-
-
Method Details
-
createDataStore
protected <V extends Serializable> com.google.api.client.util.store.DataStore<V> createDataStore(String id) - Specified by:
createDataStore
in classcom.google.api.client.util.store.AbstractDataStoreFactory
-
toString
-