类 InsertExecutable


  • public class InsertExecutable
    extends Executable
    The executable to wrapper the "insert" operation to the mongo database of the hive node.
    • 构造器概要

      构造器 
      构造器 说明
      InsertExecutable​(java.lang.String name, java.lang.String collectionName, com.fasterxml.jackson.databind.JsonNode document)  
      InsertExecutable​(java.lang.String name, java.lang.String collectionName, com.fasterxml.jackson.databind.JsonNode document, com.fasterxml.jackson.databind.JsonNode options)  
    • 方法概要

      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • InsertExecutable

        public InsertExecutable​(java.lang.String name,
                                java.lang.String collectionName,
                                com.fasterxml.jackson.databind.JsonNode document,
                                com.fasterxml.jackson.databind.JsonNode options)
      • InsertExecutable

        public InsertExecutable​(java.lang.String name,
                                java.lang.String collectionName,
                                com.fasterxml.jackson.databind.JsonNode document)