クラス JsonListContent

java.lang.Object
org.codelibs.elasticsearch.df.content.DataContent
org.codelibs.elasticsearch.df.content.json.JsonListContent

public class JsonListContent
extends DataContent
  • ネストされたクラスの概要

    ネストされたクラス
    修飾子とタイプ クラス 説明
    protected class  JsonListContent.OnLoadListener  
  • フィールドの概要

    クラスから継承されたフィールド org.codelibs.elasticsearch.df.content.DataContent

    client, contentType, request
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ 説明
    JsonListContent​(org.elasticsearch.client.Client client, org.elasticsearch.rest.RestRequest request, ContentType contentType)  
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    void write​(File outputFile, org.elasticsearch.action.search.SearchResponse response, org.elasticsearch.rest.RestChannel channel, org.elasticsearch.action.ActionListener<Void> listener)  

    クラスから継承されたメソッド org.codelibs.elasticsearch.df.content.DataContent

    getContentType, getRequest

    クラスから継承されたメソッド java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • コンストラクタの詳細

    • JsonListContent

      public JsonListContent​(org.elasticsearch.client.Client client, org.elasticsearch.rest.RestRequest request, ContentType contentType)
  • メソッドの詳細

    • write

      public void write​(File outputFile, org.elasticsearch.action.search.SearchResponse response, org.elasticsearch.rest.RestChannel channel, org.elasticsearch.action.ActionListener<Void> listener)
      定義:
      write クラス内 DataContent