クラス EcrCurl

java.lang.Object
org.codelibs.elasticsearch.runner.net.EcrCurl

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

    フィールド
    修飾子とタイプ フィールド 説明
    protected static Function<org.codelibs.curl.CurlResponse,​Map<String,​Object>> PARSER  
  • コンストラクタの概要

    コンストラクタ
    修飾子 コンストラクタ 説明
    protected EcrCurl()  
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    static org.codelibs.curl.CurlRequest delete​(String url)  
    static org.codelibs.curl.CurlRequest delete​(org.elasticsearch.node.Node node, String path)  
    static org.codelibs.curl.CurlRequest get​(String url)  
    static org.codelibs.curl.CurlRequest get​(org.elasticsearch.node.Node node, String path)  
    protected static String getUrl​(org.elasticsearch.node.Node node, String path)  
    static Function<org.codelibs.curl.CurlResponse,​Map<String,​Object>> jsonParser()  
    static org.codelibs.curl.CurlRequest post​(String url)  
    static org.codelibs.curl.CurlRequest post​(org.elasticsearch.node.Node node, String path)  
    static org.codelibs.curl.CurlRequest put​(String url)  
    static org.codelibs.curl.CurlRequest put​(org.elasticsearch.node.Node node, String path)  

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

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

  • コンストラクタの詳細

    • EcrCurl

      protected EcrCurl()
  • メソッドの詳細

    • get

      public static org.codelibs.curl.CurlRequest get​(org.elasticsearch.node.Node node, String path)
    • post

      public static org.codelibs.curl.CurlRequest post​(org.elasticsearch.node.Node node, String path)
    • put

      public static org.codelibs.curl.CurlRequest put​(org.elasticsearch.node.Node node, String path)
    • delete

      public static org.codelibs.curl.CurlRequest delete​(org.elasticsearch.node.Node node, String path)
    • getUrl

      protected static String getUrl​(org.elasticsearch.node.Node node, String path)
    • get

      public static org.codelibs.curl.CurlRequest get​(String url)
    • post

      public static org.codelibs.curl.CurlRequest post​(String url)
    • put

      public static org.codelibs.curl.CurlRequest put​(String url)
    • delete

      public static org.codelibs.curl.CurlRequest delete​(String url)
    • jsonParser

      public static Function<org.codelibs.curl.CurlResponse,​Map<String,​Object>> jsonParser()