Class MemoryBoundedLogMessageBuffer.LogMessage

java.lang.Object
org.apache.hadoop.hbase.monitoring.MemoryBoundedLogMessageBuffer.LogMessage
Enclosing class:
MemoryBoundedLogMessageBuffer

  • Field Details

    • message

      public final byte[] message
      the error text, encoded in bytes to save memory
    • timestamp

      public final long timestamp
    • BASE_USAGE

      private static final long BASE_USAGE
      Completely non-scientific estimate of how much one of these objects takes, along with the LinkedList overhead. This doesn't need to be exact, since we don't expect a ton of these alerts.
      See Also:
  • Constructor Details

  • Method Details