kafka.log

LogConfig

object LogConfig extends Serializable

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

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val CleanupPolicyProp: String

  7. val ConfigNames: Set[String]

  8. val DeleteRetentionMsProp: String

  9. val FileDeleteDelayMsProp: String

  10. val FlushMessagesProp: String

  11. val FlushMsProp: String

  12. val IndexIntervalBytesProp: String

  13. val MaxMessageBytesProp: String

  14. val MinCleanableDirtyRatioProp: String

  15. val MinInSyncReplicasProp: String

  16. val RententionMsProp: String

  17. val RetentionBytesProp: String

  18. val SegmentBytesProp: String

  19. val SegmentIndexBytesProp: String

  20. val SegmentJitterMsProp: String

  21. val SegmentMsProp: String

  22. val UncleanLeaderElectionEnableProp: String

  23. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  24. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  27. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. def fromProps(defaults: Properties, overrides: Properties): LogConfig

    Create a log config instance using the given properties and defaults

  29. def fromProps(props: Properties): LogConfig

    Parse the given properties instance into a LogConfig object

  30. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  31. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  32. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. def validate(props: Properties): Unit

    Check that the given properties contain only valid log config names, and that all values can be parsed.

  39. def validateNames(props: Properties): Unit

    Check that property names are valid

  40. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped