kafka

utils

package utils

Visibility
  1. Public
  2. All

Type Members

  1. class DelayedItem[T] extends Delayed with Logging

  2. class FileLock extends Logging

    A file lock a la flock/funlock

  3. abstract class IteratorTemplate[T] extends Iterator[T] with Iterator[T]

    Transliteration of the iterator template in google collections.

  4. class KafkaScheduler extends Logging

    A scheduler for running jobs in the background

  5. class LeaderExistsOrChangedListener extends IZkDataListener with Logging

  6. trait Logging extends AnyRef

  7. class MockTime extends Time

  8. class Pool[K, V] extends Iterable[(K, V)]

  9. trait Range extends AnyRef

    A generic range value with a start and end

  10. abstract class ShutdownableThread extends Thread with Logging

  11. class State extends AnyRef

  12. class Throttler extends AnyRef

    A class to measure and throttle the rate of some process.

  13. trait Time extends AnyRef

    A mockable interface for time functions

  14. class VerifiableProperties extends Logging

  15. class ZKConfig extends AnyRef

  16. class ZKGroupDirs extends AnyRef

  17. class ZKGroupTopicDirs extends ZKGroupDirs

  18. class immutable extends Annotation with StaticAnnotation

    Indicates that the annotated class is immutable

  19. class nonthreadsafe extends Annotation with StaticAnnotation

    Indicates that the annotated class is not threadsafe

  20. class threadsafe extends Annotation with StaticAnnotation

    Indicates that the annotated class is meant to be threadsafe.

Value Members

  1. object CommandLineUtils extends Logging

    Helper functions for dealing with command line utilities

  2. object DONE extends State

  3. object FAILED extends State

  4. object Json extends Logging

    A wrapper that synchronizes JSON in scala, which is not threadsafe.

  5. object Log4jController

  6. object Mx4jLoader extends Logging

    If mx4j-tools is in the classpath call maybeLoad to load the HTTP interface of mx4j.

  7. object NOT_READY extends State

  8. object Os

  9. object READY extends State

  10. object SystemTime extends Time

    The normal system implementation of time functions

  11. object Throttler extends Logging

  12. object Time

    Some common constants

  13. object Utils extends Logging

    General helper functions!

  14. object ZKStringSerializer extends ZkSerializer

  15. object ZkUtils extends Logging

Ungrouped