Packages

p

org.apache.hive

service

package service

Type Members

  1. abstract class AbstractService extends Service

    AbstractService.

  2. class BreakableService extends AbstractService

    This is a service that can be configured to break on any of the lifecycle events, so test the failure handling of other parts of the service infrastructure.

    This is a service that can be configured to break on any of the lifecycle events, so test the failure handling of other parts of the service infrastructure.

    It retains a counter to the number of times each entry point is called - these counters are incremented before the exceptions are raised and before the superclass state methods are invoked.

  3. class CompositeService extends AbstractService

    CompositeService.

  4. class CookieSigner extends AnyRef

    The cookie signer generates a signature based on SHA digest and appends it to the cookie value generated at the server side.

    The cookie signer generates a signature based on SHA digest and appends it to the cookie value generated at the server side. It uses SHA digest algorithm to sign and verify signatures.

  5. class FilterService extends Service

    FilterService.

  6. trait Service extends AnyRef

    Service.

  7. class ServiceException extends RuntimeException

    ServiceException.

  8. final class ServiceOperations extends AnyRef

    ServiceOperations.

  9. trait ServiceStateChangeListener extends AnyRef

    ServiceStateChangeListener.

  10. class ServiceUtils extends AnyRef

Ungrouped