org.apache.gearpump

services

package services

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. services
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait AppMasterService extends HttpService

  2. trait AppMastersService extends HttpService

  3. trait ConfigQueryService extends HttpService

  4. trait MasterService extends HttpService

  5. trait MetricsQueryService extends HttpService

  6. trait RestServices extends AppMastersService with AppMasterService with WorkerService with WorkersService with MasterService with ConfigQueryService with MetricsQueryService with WebSocketService with StaticService

  7. class RestServicesActor extends Actor with RestServices

  8. trait StaticService extends HttpService

  9. trait WebSocketService extends HttpService

  10. class WebSocketServices extends Actor with ActorLogging

  11. class WebSocketWorker extends HttpServiceActor with WebSocketServerWorker

  12. trait WorkerService extends HttpService

  13. trait WorkersService extends HttpService

Value Members

  1. final val REST_VERSION: String("v1.0")

  2. object RestServices

  3. object WebSocketService

  4. object WebSocketServices

  5. object WebSocketWorker

Inherited from AnyRef

Inherited from Any

Ungrouped