Package com.mapr.client.impl.db
Class TableImpl
- java.lang.Object
-
- com.mapr.client.impl.db.TableImpl
-
-
Constructor Summary
Constructors Constructor Description TableImpl(MapRClient maprClient, Fid tableFid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.stumbleupon.async.Deferred<? extends java.lang.Object>insertOrReplaceAsync(org.ojai.Document doc)
-
-
-
Constructor Detail
-
TableImpl
public TableImpl(MapRClient maprClient, Fid tableFid)
-
-
Method Detail
-
insertOrReplaceAsync
public com.stumbleupon.async.Deferred<? extends java.lang.Object> insertOrReplaceAsync(org.ojai.Document doc) throws java.lang.Exception- Specified by:
insertOrReplaceAsyncin interfaceTable- Throws:
java.lang.Exception
-
-