c

org.apache.hive.service.cli.operation

LogDivertAppender

class LogDivertAppender extends AbstractWriterAppender[WriterManager]

An Appender to divert logs from individual threads to the LogObject they belong to.

Linear Supertypes
AbstractWriterAppender[WriterManager], AbstractAppender, LocationAware, Appender, AbstractFilterable, Filterable, AbstractLifeCycle, LifeCycle2, LifeCycle, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LogDivertAppender
  2. AbstractWriterAppender
  3. AbstractAppender
  4. LocationAware
  5. Appender
  6. AbstractFilterable
  7. Filterable
  8. AbstractLifeCycle
  9. LifeCycle2
  10. LifeCycle
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LogDivertAppender(operationManager: OperationManager, loggingMode: LoggingLevel)

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. def addFilter(filter: Filter): Unit
    Definition Classes
    AbstractFilterable → Filterable
  5. def append(event: LogEvent): Unit
    Definition Classes
    LogDivertAppender → AbstractWriterAppender → Appender
    Annotations
    @Override()
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def equalsImpl(obj: Any): Boolean
    Attributes
    protected[core]
    Definition Classes
    AbstractLifeCycle
  11. def error(msg: String, t: Throwable): Unit
    Definition Classes
    AbstractAppender
  12. def error(msg: String, event: LogEvent, t: Throwable): Unit
    Definition Classes
    AbstractAppender
  13. def error(msg: String): Unit
    Definition Classes
    AbstractAppender
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def getFilter(): Filter
    Definition Classes
    AbstractFilterable → Filterable
  16. def getHandler(): ErrorHandler
    Definition Classes
    AbstractAppender → Appender
  17. def getLayout(): Layout[_ <: Serializable]
    Definition Classes
    AbstractAppender → Appender
  18. def getManager(): WriterManager
    Definition Classes
    AbstractWriterAppender
  19. def getName(): String
    Definition Classes
    AbstractAppender → Appender
  20. def getPropertyArray(): Array[Property]
    Definition Classes
    AbstractFilterable
  21. def getState(): State
    Definition Classes
    AbstractLifeCycle → LifeCycle
  22. def getStringLayout(): StringLayout
    Definition Classes
    AbstractWriterAppender
  23. def hasFilter(): Boolean
    Definition Classes
    AbstractFilterable → Filterable
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def hashCodeImpl(): Int
    Attributes
    protected[core]
    Definition Classes
    AbstractLifeCycle
  26. def ignoreExceptions(): Boolean
    Definition Classes
    AbstractAppender → Appender
  27. def initialize(): Unit
    Definition Classes
    AbstractLifeCycle → LifeCycle
  28. def isFiltered(event: LogEvent): Boolean
    Definition Classes
    AbstractFilterable → Filterable
  29. def isInitialized(): Boolean
    Definition Classes
    AbstractLifeCycle
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def isStarted(): Boolean
    Definition Classes
    AbstractLifeCycle → LifeCycle
  32. def isStarting(): Boolean
    Definition Classes
    AbstractLifeCycle
  33. def isStopped(): Boolean
    Definition Classes
    AbstractLifeCycle → LifeCycle
  34. def isStopping(): Boolean
    Definition Classes
    AbstractLifeCycle
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. def removeFilter(filter: Filter): Unit
    Definition Classes
    AbstractFilterable → Filterable
  39. def requiresLocation(): Boolean
    Definition Classes
    AbstractAppender → LocationAware
  40. def setHandler(handler: ErrorHandler): Unit
    Definition Classes
    AbstractAppender → Appender
  41. def setStarted(): Unit
    Attributes
    protected[core]
    Definition Classes
    AbstractLifeCycle
  42. def setStarting(): Unit
    Attributes
    protected[core]
    Definition Classes
    AbstractLifeCycle
  43. def setState(newState: State): Unit
    Attributes
    protected[core]
    Definition Classes
    AbstractLifeCycle
  44. def setStopped(): Unit
    Attributes
    protected[core]
    Definition Classes
    AbstractLifeCycle
  45. def setStopping(): Unit
    Attributes
    protected[core]
    Definition Classes
    AbstractLifeCycle
  46. def start(): Unit
    Definition Classes
    AbstractWriterAppender → AbstractFilterable → AbstractLifeCycle → LifeCycle
  47. def stop(timeout: Long, timeUnit: TimeUnit): Boolean
    Definition Classes
    AbstractWriterAppender → AbstractFilterable → AbstractLifeCycle → LifeCycle2
  48. def stop(timeout: Long, timeUnit: TimeUnit, changeLifeCycleState: Boolean): Boolean
    Attributes
    protected[filter]
    Definition Classes
    AbstractFilterable
  49. def stop(future: Future[_]): Boolean
    Attributes
    protected[core]
    Definition Classes
    AbstractLifeCycle
  50. def stop(): Unit
    Definition Classes
    AbstractLifeCycle → LifeCycle
  51. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  52. def toSerializable(event: LogEvent): Serializable
    Attributes
    protected[appender]
    Definition Classes
    AbstractAppender
  53. def toString(): String
    Definition Classes
    AbstractAppender → AnyRef → Any
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  56. 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 AbstractWriterAppender[WriterManager]

Inherited from AbstractAppender

Inherited from LocationAware

Inherited from Appender

Inherited from AbstractFilterable

Inherited from Filterable

Inherited from AbstractLifeCycle

Inherited from LifeCycle2

Inherited from LifeCycle

Inherited from AnyRef

Inherited from Any

Ungrouped