Class OldQueryService

All Implemented Interfaces:
Service, Stateful<LifecycleState>

public class OldQueryService extends AbstractPoolingService
The QueryService is composed of and manages QueryEndpoints.
Since:
1.0
Author:
Michael Nitschinger
  • Constructor Details

    • OldQueryService

      @Deprecated public OldQueryService(String hostname, String bucket, String password, int port, CoreContext ctx)
      Deprecated.
      Creates a new QueryService.
      Parameters:
      hostname - the hostname of the service.
      bucket - the name of the bucket.
      password - the password of the bucket.
      port - the port of the service.
      ctx - the core context.
    • OldQueryService

      public OldQueryService(String hostname, String bucket, String username, String password, int port, CoreContext ctx)
      Creates a new QueryService.
      Parameters:
      hostname - the hostname of the service.
      bucket - the name of the bucket.
      username - the user authorized for bucket access.
      password - the password of the user.
      port - the port of the service.
      ctx - the core context.
  • Method Details

    • type

      public ServiceType type()
      Description copied from interface: Service
      Returns the type for the given Service.
      Returns:
      the type.