クラス DataContent

java.lang.Object
org.codelibs.elasticsearch.df.content.DataContent
直系の既知のサブクラス:
CsvContent, JsonContent, JsonListContent, XlsContent

public abstract class DataContent
extends Object
  • フィールドの概要

    フィールド
    修飾子とタイプ フィールド 説明
    protected org.elasticsearch.client.Client client  
    protected ContentType contentType  
    protected org.elasticsearch.rest.RestRequest request  
  • コンストラクタの概要

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

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

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

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • フィールド詳細

    • request

      protected org.elasticsearch.rest.RestRequest request
    • client

      protected org.elasticsearch.client.Client client
    • contentType

      protected ContentType contentType
  • コンストラクタの詳細

    • DataContent

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

    • write

      public abstract void write​(File outputFile, org.elasticsearch.action.search.SearchResponse response, org.elasticsearch.rest.RestChannel channel, org.elasticsearch.action.ActionListener<Void> listener)
    • getRequest

      public org.elasticsearch.rest.RestRequest getRequest()
    • getContentType

      public ContentType getContentType()