クラス DataContent
java.lang.Object
org.codelibs.elasticsearch.df.content.DataContent
- 直系の既知のサブクラス:
CsvContent,JsonContent,JsonListContent,XlsContent
public abstract class DataContent extends Object
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 protected org.elasticsearch.client.Clientclientprotected ContentTypecontentTypeprotected org.elasticsearch.rest.RestRequestrequest -
コンストラクタの概要
コンストラクタ コンストラクタ 説明 DataContent(org.elasticsearch.client.Client client, org.elasticsearch.rest.RestRequest request, ContentType contentType) -
メソッドの概要
修飾子とタイプ メソッド 説明 ContentTypegetContentType()org.elasticsearch.rest.RestRequestgetRequest()abstract voidwrite(File outputFile, org.elasticsearch.action.search.SearchResponse response, org.elasticsearch.rest.RestChannel channel, org.elasticsearch.action.ActionListener<Void> listener)
-
フィールド詳細
-
request
protected org.elasticsearch.rest.RestRequest request -
client
protected org.elasticsearch.client.Client client -
contentType
-
-
コンストラクタの詳細
-
DataContent
public DataContent(org.elasticsearch.client.Client client, org.elasticsearch.rest.RestRequest request, ContentType contentType)
-
-
メソッドの詳細
-
write
-
getRequest
public org.elasticsearch.rest.RestRequest getRequest() -
getContentType
-