クラス DataFormatPlugin

java.lang.Object
org.elasticsearch.plugins.Plugin
org.codelibs.elasticsearch.df.DataFormatPlugin
すべての実装されたインタフェース:
Closeable, AutoCloseable, org.elasticsearch.plugins.ActionPlugin

public class DataFormatPlugin
extends org.elasticsearch.plugins.Plugin
implements org.elasticsearch.plugins.ActionPlugin
  • ネストされたクラスの概要

    インタフェースから継承されたネストされたクラス/インタフェース org.elasticsearch.plugins.ActionPlugin

    org.elasticsearch.plugins.ActionPlugin.ActionHandler<Request extends org.elasticsearch.action.ActionRequest,​Response extends org.elasticsearch.action.ActionResponse>
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ 説明
    DataFormatPlugin()  
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    List<org.elasticsearch.rest.RestHandler> getRestHandlers​(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.rest.RestController restController, org.elasticsearch.common.settings.ClusterSettings clusterSettings, org.elasticsearch.common.settings.IndexScopedSettings indexScopedSettings, org.elasticsearch.common.settings.SettingsFilter settingsFilter, org.elasticsearch.cluster.metadata.IndexNameExpressionResolver indexNameExpressionResolver, java.util.function.Supplier<org.elasticsearch.cluster.node.DiscoveryNodes> nodesInCluster)  

    クラスから継承されたメソッド org.elasticsearch.plugins.Plugin

    additionalSettings, close, createComponents, createGuiceModules, getAdditionalIndexSettingProviders, getBootstrapChecks, getExecutorBuilders, getFeature, getGuiceServiceClasses, getIndexTemplateMetadataUpgrader, getNamedWriteables, getNamedXContent, getRoles, getSettings, getSettingsFilter, getSettingUpgraders, onIndexModule

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

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    インタフェースから継承されたメソッド org.elasticsearch.plugins.ActionPlugin

    getActionFilters, getActions, getClientActions, getRestHandlerWrapper, getRestHeaders, getTaskHeaders, indicesAliasesRequestValidators, mappingRequestValidators
  • コンストラクタの詳細

    • DataFormatPlugin

      public DataFormatPlugin()
  • メソッドの詳細

    • getRestHandlers

      public List<org.elasticsearch.rest.RestHandler> getRestHandlers​(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.rest.RestController restController, org.elasticsearch.common.settings.ClusterSettings clusterSettings, org.elasticsearch.common.settings.IndexScopedSettings indexScopedSettings, org.elasticsearch.common.settings.SettingsFilter settingsFilter, org.elasticsearch.cluster.metadata.IndexNameExpressionResolver indexNameExpressionResolver, java.util.function.Supplier<org.elasticsearch.cluster.node.DiscoveryNodes> nodesInCluster)
      定義:
      getRestHandlers インタフェース内 org.elasticsearch.plugins.ActionPlugin