Class TableImpl

  • All Implemented Interfaces:
    Table

    public class TableImpl
    extends java.lang.Object
    implements Table
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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:
        insertOrReplaceAsync in interface Table
        Throws:
        java.lang.Exception