abstract class Handler[T, U] extends AnyRef

A Handler is a typeclass used to create ElasticRequest instances from elastic4s models, which are the sent to the elasticsearch server, as well as returning a ResponseHandler which handles the response from the server.

T

the type of the request object handled by this handler

U

the type of the response object returned by this handler

Linear Supertypes
AnyRef, Any
Known Subclasses
AddAliasActionHandler, GetAliasHandler, IndexAliasesHandler, RemoveAliasActionHandler, BulkHandler, CatAliasesHandler, CatAllocationHandler, CatCountHandler, CatHealthHandler, CatIndexesHandler, CatMasterHandler, CatNodesHandler, CatPluginsHandler, CatSegmentsHandler, CatShardsHandler, CatThreadPoolHandler, AddRemoteClusterSettingsHandler, ClusterHealthHandler, ClusterSettingsHandler, ClusterStateHandler, ClusterStatsHandler, GetClusterSettingsHandler, RemoteClusterInfoHandler, NodeHotThreadsHandler, NodeUsageHandler, CountHandler, CountHandler, DeleteByIdHandler, DeleteByQueryHandler, ExistsHandler, ExplainHandler, GetHandler, MultiGetHandler, AliasExistsHandler, ClearCacheHandler, CloseIndexHandler, CreateIndexHandler, DeleteIndexHandler, FlushIndexHandler, ForceMergeHandler, GetSegmentHandler, IndexExistsHandler, IndexRecoveryHandler, IndexShardStoreHandler, OpenIndexHandler, RefreshIndexHandler, ShrinkIndexHandler, SplitIndexHandler, TypeExistsHandler, UpdateIndexLevelSettingsHandler, AnalyzeRequestHandler, GetIndexHandler, IndexHandler, IndicesStatsHandler, CreateIndexTemplateHandler, DeleteIndexTemplateHandler, GetIndexTemplateHandler, IndexTemplateExistsHandler, RolloverHandler, GetFieldMappingRequest, GetMappingHandler, PutMappingHandler, AcquireGlobalLockHandler, ReleaseGlobalLockHandler, NodeInfoHandler, NodeStatsHandler, ReindexHandler, DeleteStoredScriptHandler, GetStoredScriptHandler, PutStoredScriptHandler, ClearRolesCacheHandler, CreateOrUpdateRoleHandler, DeleteRoleHandler, GetRoleHandler, ChangePasswordHandler, CreateOrUpdateUserHandler, DeleteUserHandler, DisableUserHandler, EnableUserHandler, GetUserHandler, GetSettingsHandler, UpdateSettingsHandler, CreateRepositoryHandler, CreateSnapshotHandler, DeleteSnapshotHandler, GetSnapshotHandler, RestoreSnapshotHandler, CancelTaskHandler, GetTaskHandler, ListTaskHandler, MultiTermVectorsHttpExecutable, TermVectorHandler, AsyncUpdateByQueryHandler, SyncUpdateByQueryHandler, UpdateByQueryHandler, UpdateHandler, ValidateHandler
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Handler
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Handler()(implicit arg0: JavaTypeable[U])

Abstract Value Members

  1. abstract def build(t: T): ElasticRequest

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val TaskRegex: Regex
    Attributes
    protected
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. val logger: Logger
    Attributes
    protected
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def responseHandler: ResponseHandler[U]
  17. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped