Class

org.apache.kafka.streams.state.internals

InMemoryKeyValueFlushingLoggedStore

Related Doc: package internals

Permalink

class InMemoryKeyValueFlushingLoggedStore[K, V] extends AbstractStateStore with KeyValueStore[K, V]

Linear Supertypes
KeyValueStore[K, V], ReadOnlyKeyValueStore[K, V], AbstractStateStore, WrappedStateStore, StateStore, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InMemoryKeyValueFlushingLoggedStore
  2. KeyValueStore
  3. ReadOnlyKeyValueStore
  4. AbstractStateStore
  5. WrappedStateStore
  6. StateStore
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def all(): KeyValueIterator[K, V]

    Permalink
    Definition Classes
    InMemoryKeyValueFlushingLoggedStore → ReadOnlyKeyValueStore
  5. def approximateNumEntries(): Long

    Permalink
    Definition Classes
    InMemoryKeyValueFlushingLoggedStore → ReadOnlyKeyValueStore
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def close(): Unit

    Permalink
    Definition Classes
    AbstractStateStore → StateStore
  9. def delete(key: K): V

    Permalink
    Definition Classes
    InMemoryKeyValueFlushingLoggedStore → KeyValueStore
  10. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def flush(): Unit

    Permalink
    Definition Classes
    InMemoryKeyValueFlushingLoggedStore → AbstractStateStore → StateStore
  14. def get(key: K): V

    Permalink
    Definition Classes
    InMemoryKeyValueFlushingLoggedStore → ReadOnlyKeyValueStore
  15. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def init(context: ProcessorContext, root: StateStore): Unit

    Permalink
    Definition Classes
    InMemoryKeyValueFlushingLoggedStore → AbstractStateStore → StateStore
  18. def inner(): StateStore

    Permalink
    Definition Classes
    AbstractStateStore → WrappedStateStore
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def isOpen(): Boolean

    Permalink
    Definition Classes
    AbstractStateStore → StateStore
  21. def name(): String

    Permalink
    Definition Classes
    AbstractStateStore → StateStore
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def persistent(): Boolean

    Permalink
    Definition Classes
    AbstractStateStore → StateStore
  26. def put(key: K, value: V): Unit

    Permalink
    Definition Classes
    InMemoryKeyValueFlushingLoggedStore → KeyValueStore
  27. def putAll(entries: List[KeyValue[K, V]]): Unit

    Permalink
    Definition Classes
    InMemoryKeyValueFlushingLoggedStore → KeyValueStore
  28. def putIfAbsent(key: K, value: V): V

    Permalink
    Definition Classes
    InMemoryKeyValueFlushingLoggedStore → KeyValueStore
  29. def range(from: K, to: K): KeyValueIterator[K, V]

    Permalink
    Definition Classes
    InMemoryKeyValueFlushingLoggedStore → ReadOnlyKeyValueStore
  30. def removed(key: K): Unit

    Permalink
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def wrappedStore(): StateStore

    Permalink
    Definition Classes
    AbstractStateStore → WrappedStateStore

Inherited from KeyValueStore[K, V]

Inherited from ReadOnlyKeyValueStore[K, V]

Inherited from AbstractStateStore

Inherited from WrappedStateStore

Inherited from StateStore

Inherited from AnyRef

Inherited from Any

Ungrouped