Class IndexResponse

    • Constructor Detail

      • IndexResponse

        public IndexResponse​(StreamInput in)
                      throws java.io.IOException
        Throws:
        java.io.IOException
      • IndexResponse

        public IndexResponse​(ShardId shardId,
                             java.lang.String type,
                             java.lang.String id,
                             long seqNo,
                             long primaryTerm,
                             long version,
                             boolean created)