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: 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. val CleanupPolicyProp: String

  5. val ConfigNames: Set[String]

  6. val DeleteRetentionMsProp: String

  7. val FileDeleteDelayMsProp: String

  8. val FlushMessagesProp: String

  9. val FlushMsProp: String

  10. val IndexIntervalBytesProp: String

  11. val MaxMessageBytesProp: String

  12. val MinCleanableDirtyRatioProp: String

  13. val MinInSyncReplicasProp: String

  14. val RententionMsProp: String

  15. val RetentionBytesProp: String

  16. val SegmentBytesProp: String

  17. val SegmentIndexBytesProp: String

  18. val SegmentJitterMsProp: String

  19. val SegmentMsProp: String

  20. val UncleanLeaderElectionEnableProp: String

  21. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  22. def clone(): AnyRef

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

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

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

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

    Create a log config instance using the given properties and defaults

  27. def fromProps(props: Properties): LogConfig

    Parse the given properties instance into a LogConfig object

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  35. def toString(): String

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

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

  37. def validateNames(props: Properties): Unit

    Check that property names are valid

  38. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped