Interface Table

All Known Implementing Classes:
TableImpl

public interface Table
  • Method Summary

    Modifier and Type
    Method
    Description
    com.stumbleupon.async.Deferred<? extends Object>
    insertOrReplaceAsync(org.ojai.Document doc)
     
  • Method Details

    • insertOrReplaceAsync

      com.stumbleupon.async.Deferred<? extends Object> insertOrReplaceAsync(org.ojai.Document doc) throws Exception
      Throws:
      Exception