Trait

com.twitter.finatra.streams.queryable.thrift

QueryableState

Related Doc: package thrift

Permalink

trait QueryableState extends KafkaStreamsTwitterServer with StaticPartitioning

Trait to mix into a Kafka Streams Server exposing queryable state

Linear Supertypes
StaticPartitioning, KafkaStreamsTwitterServer, ScalaStreamsImplicits, KafkaFlagUtils, TwitterServer, Warmup, Ports, DeprecatedLogging, Logging, TwitterServer, Lifecycle, AdminHttpServer, Hooks, DtabFlags, Linters, Stats, Slf4jBridge, App, Logging, Logging, App, Lifecycle, CloseOnceAwaitably, CloseOnceAwaitably0[Unit], Awaitable[Unit], ClosableOnce, CloseOnce, Closable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QueryableState
  2. StaticPartitioning
  3. KafkaStreamsTwitterServer
  4. ScalaStreamsImplicits
  5. KafkaFlagUtils
  6. TwitterServer
  7. Warmup
  8. Ports
  9. DeprecatedLogging
  10. Logging
  11. TwitterServer
  12. Lifecycle
  13. AdminHttpServer
  14. Hooks
  15. DtabFlags
  16. Linters
  17. Stats
  18. Slf4jBridge
  19. App
  20. Logging
  21. Logging
  22. App
  23. Lifecycle
  24. CloseOnceAwaitably
  25. CloseOnceAwaitably0
  26. Awaitable
  27. ClosableOnce
  28. CloseOnce
  29. Closable
  30. AnyRef
  31. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class KStreamJConversions[K, V] extends AnyRef

    Permalink
    Definition Classes
    ScalaStreamsImplicits
  2. implicit class KStreamSConversions[K, V] extends AnyRef

    Permalink
    Definition Classes
    ScalaStreamsImplicits
  3. implicit class StreamsBuilderConversions extends AnyRef

    Permalink
    Definition Classes
    ScalaStreamsImplicits

Abstract Value Members

  1. abstract def configureKafkaStreams(builder: StreamsBuilder): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaStreamsTwitterServer

Concrete 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. final val MinGrace: Duration

    Permalink
    Definition Classes
    App
  5. def addAdminRoute(route: Route): Unit

    Permalink
    Definition Classes
    AdminHttpServer
  6. def addAdminRoutes(newRoutes: Seq[Route]): Unit

    Permalink
    Definition Classes
    AdminHttpServer
  7. def addDtabs(): Unit

    Permalink
    Definition Classes
    DtabFlags
  8. def addFrameworkModule(module: Module): Unit

    Permalink
    Attributes
    protected[com.twitter]
    Definition Classes
    App
  9. def addFrameworkModules(modules: Module*): Unit

    Permalink
    Attributes
    protected[com.twitter]
    Definition Classes
    App
  10. def addFrameworkOverrideModules(modules: Module*): Unit

    Permalink
    Attributes
    protected[com.twitter.inject]
    Definition Classes
    App
  11. def adminBoundAddress: InetSocketAddress

    Permalink
    Definition Classes
    AdminHttpServer
  12. var adminHttpServer: ListeningServer

    Permalink
    Attributes
    protected
    Definition Classes
    AdminHttpServer
  13. val adminPort: Flag[InetSocketAddress]

    Permalink
    Definition Classes
    AdminHttpServer
  14. def afterPostWarmup(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    TwitterServer → App
    Annotations
    @Lifecycle()
  15. def allowUndefinedFlags: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    App
  16. val appendFlag: Flag[Boolean]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  17. val applicationId: Flag[String]

    Permalink
    Attributes
    protected[com.twitter.finatra.kafkastreams]
    Definition Classes
    KafkaStreamsTwitterServer
  18. val applicationServerConfig: Flag[String]

    Permalink
    Attributes
    protected[com.twitter.finatra.kafkastreams]
    Definition Classes
    KafkaStreamsTwitterServer
  19. def args: Array[String]

    Permalink
    Definition Classes
    App
  20. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  21. val asyncFlag: Flag[Boolean]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  22. val asyncMaxSizeFlag: Flag[Int]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  23. def await(awaitables: Awaitable[_]*): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    TwitterServer
  24. def await[T <: Awaitable[_]](awaitable: T): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    TwitterServer
  25. def beforePostWarmup(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    TwitterServer → App
    Annotations
    @Lifecycle()
  26. val bootstrapServer: Flag[String]

    Permalink
    Attributes
    protected[com.twitter.finatra.kafkastreams]
    Definition Classes
    KafkaStreamsTwitterServer
  27. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def close(deadline: Time): Future[Unit]

    Permalink
    Definition Classes
    CloseOnce
  29. def close(after: Duration): Future[Unit]

    Permalink
    Definition Classes
    Closable
  30. final def close(): Future[Unit]

    Permalink
    Definition Classes
    Closable
  31. final def closeFuture: Future[Unit]

    Permalink
    Attributes
    protected
    Definition Classes
    CloseOnce
  32. final def closeOnExit(closable: Closable): Unit

    Permalink
    Definition Classes
    App
  33. final def closeOnExitLast(closable: Closable): Unit

    Permalink
    Definition Classes
    App
  34. def closeOnce(deadline: Time): Future[Unit]

    Permalink
    Attributes
    protected
    Definition Classes
    App → CloseOnce
  35. val commitInterval: Flag[Duration]

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaStreamsTwitterServer
  36. def configureAdminHttpServer(server: Server): Server

    Permalink
    Attributes
    protected
    Definition Classes
    AdminHttpServer
  37. def configureLoggerFactories(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    DeprecatedLogging → Logging
  38. def consumerFlagWithKafkaDefault[T](key: String)(implicit arg0: Flaggable[T]): Flag[T]

    Permalink
    Definition Classes
    KafkaFlagUtils
  39. def createAndStartKafkaStreams(): Unit

    Permalink
    Attributes
    protected[com.twitter.finatra]
    Definition Classes
    KafkaStreamsTwitterServer
  40. def createKafkaStreamsProperties(): Properties

    Permalink
    Attributes
    protected[com.twitter.finatra]
    Definition Classes
    KafkaStreamsTwitterServer
  41. def createKafkaStreamsTopology(): Topology

    Permalink
    Attributes
    protected[com.twitter.finatra]
    Definition Classes
    KafkaStreamsTwitterServer
  42. val currentShard: Flag[Int]

    Permalink
    Attributes
    protected
  43. def debug(marker: Marker, message: ⇒ Any, cause: Throwable): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  44. def debug(message: ⇒ Any, cause: Throwable): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  45. def debug(marker: Marker, message: ⇒ Any): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  46. def debug(message: ⇒ Any): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  47. def debugFutureResult[T](msg: String)(func: ⇒ Future[T]): Future[T]

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  48. def debugResult[T](message: ⇒ String)(fn: ⇒ T): T

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  49. def defaultAdminPort: Int

    Permalink
    Definition Classes
    AdminHttpServer
  50. def defaultAppend: Boolean

    Permalink
    Definition Classes
    Logging
  51. val defaultCloseGracePeriod: Duration

    Permalink
    Definition Classes
    KafkaStreamsTwitterServer → App
  52. def defaultFormatter: Formatter

    Permalink
    Definition Classes
    Logging
  53. def defaultLogLevel: Level

    Permalink
    Definition Classes
    Logging
  54. def defaultOutput: String

    Permalink
    Definition Classes
    Logging
  55. def defaultRollPolicy: Policy

    Permalink
    Definition Classes
    Logging
  56. def defaultRotateCount: Int

    Permalink
    Definition Classes
    Logging
  57. def disableAdminHttpServer: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    AdminHttpServer
  58. val dtabAddBaseFlag: Flag[Dtab]

    Permalink
    Definition Classes
    DtabFlags
  59. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  61. def error(marker: Marker, message: ⇒ Any, cause: Throwable): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  62. def error(message: ⇒ Any, cause: Throwable): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  63. def error(marker: Marker, message: ⇒ Any): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  64. def error(message: ⇒ Any): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  65. def errorResult[T](message: ⇒ String)(fn: ⇒ T): T

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  66. def exitOnError(reason: String, details: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    App
  67. def exitOnError(reason: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    App
  68. def exitOnError(throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    App
  69. def failfastOnFlagsNotParsed: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    App → App
  70. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  71. val flag: Flags

    Permalink
    Definition Classes
    App
  72. def flagWithKafkaDefault[T](key: String)(implicit arg0: Flaggable[T]): Flag[T]

    Permalink
    Definition Classes
    KafkaFlagUtils
  73. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  74. val group: String

    Permalink
    Definition Classes
    Lifecycle
  75. def handle(clazz: Class[_ <: Handler]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    TwitterServer
  76. def handle[T <: Handler]()(implicit arg0: Manifest[T]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    TwitterServer
  77. def handlers: List[() ⇒ Handler]

    Permalink
    Definition Classes
    Logging
  78. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  79. def httpExternalPort: Option[Int]

    Permalink
    Definition Classes
    Ports
  80. def httpsExternalPort: Option[Int]

    Permalink
    Definition Classes
    Ports
  81. val inferClassNamesFlag: Flag[Boolean]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  82. def info(marker: Marker, message: ⇒ Any, cause: Throwable): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  83. def info(message: ⇒ Any, cause: Throwable): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  84. def info(marker: Marker, message: ⇒ Any): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  85. def info(message: ⇒ Any): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  86. def infoResult[T](message: ⇒ String)(fn: ⇒ T): T

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  87. final def init(f: ⇒ Unit): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    App
  88. def injector: Injector

    Permalink
    Definition Classes
    App
  89. final def isClosed: Boolean

    Permalink
    Definition Classes
    CloseOnce
  90. def isDebugEnabled(marker: Marker): Boolean

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  91. def isDebugEnabled: Boolean

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  92. def isErrorEnabled(marker: Marker): Boolean

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  93. def isErrorEnabled: Boolean

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  94. def isInfoEnabled(marker: Marker): Boolean

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  95. def isInfoEnabled: Boolean

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  96. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  97. def isReady(implicit permit: CanAwait): Boolean

    Permalink
    Definition Classes
    CloseOnceAwaitably0 → Awaitable
  98. def isTraceEnabled(marker: Marker): Boolean

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  99. def isTraceEnabled: Boolean

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  100. def isWarnEnabled(marker: Marker): Boolean

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  101. def isWarnEnabled: Boolean

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  102. def javaModules: Collection[Module]

    Permalink
    Attributes
    protected
    Definition Classes
    App
  103. def javaOverrideModules: Collection[Module]

    Permalink
    Attributes
    protected
    Definition Classes
    App
  104. def kafkaFlag[T](key: String, default: ⇒ T)(implicit arg0: Flaggable[T]): Flag[T]

    Permalink
    Definition Classes
    KafkaFlagUtils
  105. var kafkaStreams: KafkaStreams

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaStreamsTwitterServer
  106. val kafkaStreamsBuilder: StreamsBuilder

    Permalink
    Attributes
    protected[com.twitter.finatra.kafkastreams]
    Definition Classes
    KafkaStreamsTwitterServer
  107. def kafkaStreamsClientSupplier: KafkaClientSupplier

    Permalink
    Definition Classes
    StaticPartitioning → KafkaStreamsTwitterServer
  108. val levelFlag: Flag[Level]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  109. def libraryName: String

    Permalink
    Attributes
    protected
    Definition Classes
    TwitterServer → AdminHttpServer
  110. def linterRules: Seq[Rule]

    Permalink
    Definition Classes
    Linters
  111. def loadModules(): InstalledModules

    Permalink
    Attributes
    protected[com.twitter.inject]
    Definition Classes
    App
  112. def loadServiceBindings: Seq[Binding[_]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    App
  113. final def logger: Logger

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  114. def loggerFactories: List[LoggerFactory]

    Permalink
    Definition Classes
    Logging
  115. final def loggerName: String

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  116. final def main(): Unit

    Permalink
    Definition Classes
    TwitterServer → App
  117. final def main(args: Array[String]): Unit

    Permalink
    Definition Classes
    App
  118. def modules: Seq[Module]

    Permalink
    Attributes
    protected
    Definition Classes
    App
  119. val name: String

    Permalink
    Definition Classes
    App
  120. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  121. final def nonExitingMain(args: Array[String]): Unit

    Permalink
    Definition Classes
    App
  122. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  124. val numApplicationInstances: Flag[Int]

    Permalink
    Attributes
    protected
    Definition Classes
    StaticPartitioning
  125. val numQueryablePartitions: Flag[Int]

    Permalink
    Attributes
    protected
  126. final def observe(event: Event)(f: ⇒ Unit): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Lifecycle
  127. final def observeFuture(event: Event)(f: Future[Unit]): Future[Unit]

    Permalink
    Attributes
    protected
    Definition Classes
    Lifecycle
  128. final def onExit(f: ⇒ Unit): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    App
  129. final def onExitLast(f: ⇒ Unit): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    App
  130. def onStateChange(newState: State, oldState: State): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaStreamsTwitterServer
  131. val outputFlag: Flag[String]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  132. def overrideModules: Seq[Module]

    Permalink
    Attributes
    protected
    Definition Classes
    App
  133. def parseArgs(args: Array[String]): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    App
  134. def postInjectorStartup(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaStreamsTwitterServer → TwitterServer → App
  135. def postWarmup(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaStreamsTwitterServer → TwitterServer → App
  136. final def postmain(f: ⇒ Unit): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    App
  137. def prebindWarmup(): Unit

    Permalink
    Definition Classes
    Warmup
  138. final def premain(f: ⇒ Unit): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    App
  139. def producerFlagWithKafkaDefault[T](key: String)(implicit arg0: Flaggable[T]): Flag[T]

    Permalink
    Definition Classes
    KafkaFlagUtils
  140. var properties: Properties

    Permalink
    Attributes
    protected[com.twitter.finatra.kafkastreams]
    Definition Classes
    KafkaStreamsTwitterServer
  141. def queryableFinatraCompositeWindowStore[PK, SK, V](storeName: String, windowSize: Duration, allowedLateness: Duration, queryableAfterClose: Duration, primaryKeySerde: Serde[PK]): QueryableFinatraCompositeWindowStore[PK, SK, V]

    Permalink

    Returns a queryable Finatra composite window store (composite windows contain composite keys which contain a primary and secondary key)

    Returns a queryable Finatra composite window store (composite windows contain composite keys which contain a primary and secondary key)

    PK

    Type of the primary key being queried

    SK

    Type of the secondary key being queried

    V

    Type of the value associated with the key being queried

    storeName

    Name of the queryable store

    windowSize

    Size of the windows being queried

    allowedLateness

    Allowed lateness for the windows being queried

    queryableAfterClose

    Time the window being queried will exist after closing

    primaryKeySerde

    Serde of the primary key being queried which is used to determine which queryable store is responsible for they key being queried

    returns

    A QueryableFinatraCompositeWindowStore

    Attributes
    protected
  142. def queryableFinatraKeyValueStore[PK, K, V](storeName: String, primaryKeySerde: Serde[PK]): QueryableFinatraKeyValueStore[PK, K, V]

    Permalink

    Returns a queryable Finatra key value store

    Returns a queryable Finatra key value store

    PK

    Type of the primary key

    K

    Type of the key being queried

    V

    Type of the value associated with the key being queried

    storeName

    Name of the queryable store

    primaryKeySerde

    Serde of the primary key being queried which is used to determine which queryable store is responsible for they key being queried

    returns

    A QueryableFinatraKeyValueStore

    Attributes
    protected
  143. def queryableFinatraWindowStore[K, V](storeName: String, windowSize: Duration, allowedLateness: Duration, queryableAfterClose: Duration, primaryKeySerde: Serde[K]): QueryableFinatraWindowStore[K, V]

    Permalink

    Returns a queryable Finatra window store

    Returns a queryable Finatra window store

    K

    Type of the key being queried

    V

    Type of the value associated with the key being queried

    storeName

    Name of the queryable store

    windowSize

    Size of the windows being queried

    allowedLateness

    Allowed lateness for the windows being queried

    queryableAfterClose

    Time the window being queried will exist after closing

    primaryKeySerde

    Serde of the primary key being queried which is used to determine which queryable store is responsible for they key being queried

    returns

    A QueryableFinatraWindowStore

    Attributes
    protected
  144. def ready(timeout: Duration)(implicit permit: CanAwait): QueryableState.this.type

    Permalink
    Definition Classes
    CloseOnceAwaitably0 → Awaitable
  145. def requiredKafkaFlag[T](key: String, helpPrefix: String)(implicit arg0: Flaggable[T], arg1: Manifest[T]): Flag[T]

    Permalink
    Definition Classes
    KafkaFlagUtils
  146. def resolveFinagleClientsOnStartup: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    TwitterServer
  147. def result(timeout: Duration)(implicit permit: CanAwait): Unit

    Permalink
    Definition Classes
    CloseOnceAwaitably0 → Awaitable
  148. val rollPolicyFlag: Flag[Policy]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  149. val rotateCountFlag: Flag[Int]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  150. def routes: Seq[Route]

    Permalink
    Definition Classes
    AdminHttpServer
  151. final def run(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    TwitterServer → App
  152. def setExceptionHandler(streams: KafkaStreams): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaStreamsTwitterServer
  153. def setup(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    TwitterServer
  154. lazy val shutdownTimer: Timer

    Permalink
    Attributes
    protected
    Definition Classes
    TwitterServer → App
  155. def start(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    TwitterServer
  156. final def startupCompletionEvent: Event

    Permalink
    Attributes
    protected[com.twitter]
    Definition Classes
    TwitterServer → Warmup → TwitterServer
  157. def statsReceiver: StatsReceiver

    Permalink
    Definition Classes
    Stats
  158. def statsReceiverModule: Module

    Permalink
    Attributes
    protected
    Definition Classes
    TwitterServer
  159. def streamsProperties(config: KafkaStreamsConfig): KafkaStreamsConfig

    Permalink
    Definition Classes
    StaticPartitioning → KafkaStreamsTwitterServer
  160. def streamsStatsReceiver: StatsReceiver

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaStreamsTwitterServer
  161. final val suppressGracefulShutdownErrors: Boolean

    Permalink
    Definition Classes
    TwitterServer → App
  162. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  163. def thriftPort: Option[Int]

    Permalink
    Definition Classes
    Ports
  164. def time[T](formatStr: String)(func: ⇒ T): T

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  165. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  166. var topology: Topology

    Permalink
    Attributes
    protected[com.twitter.finatra.kafkastreams]
    Definition Classes
    KafkaStreamsTwitterServer
  167. def trace(marker: Marker, message: ⇒ Any, cause: Throwable): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  168. def trace(message: ⇒ Any, cause: Throwable): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  169. def trace(marker: Marker, message: ⇒ Any): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  170. def trace(message: ⇒ Any): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  171. def traceResult[T](message: ⇒ String)(fn: ⇒ T): T

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  172. implicit def transformerFunctionToSupplier[K, V, K1, V1](transformerFactory: () ⇒ Transformer[K, V, (K1, V1)]): TransformerSupplier[K, V, KeyValue[K1, V1]]

    Permalink
    Definition Classes
    ScalaStreamsImplicits
  173. def uncaughtException: Throwable

    Permalink
    Definition Classes
    KafkaStreamsTwitterServer
  174. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  177. def warmup(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    TwitterServer → App
  178. def warmupComplete(): Unit

    Permalink
    Definition Classes
    Warmup
  179. def warn(marker: Marker, message: ⇒ Any, cause: Throwable): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  180. def warn(message: ⇒ Any, cause: Throwable): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  181. def warn(marker: Marker, message: ⇒ Any): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  182. def warn(message: ⇒ Any): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  183. def warnResult[T](message: ⇒ String)(fn: ⇒ T): T

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging

Deprecated Value Members

  1. lazy val log: Logger

    Permalink
    Definition Classes
    DeprecatedLogging → Logging
    Annotations
    @deprecated
    Deprecated

    (Since version 2017-10-06) For backwards compatibility only.

Inherited from StaticPartitioning

Inherited from KafkaStreamsTwitterServer

Inherited from ScalaStreamsImplicits

Inherited from KafkaFlagUtils

Inherited from TwitterServer

Inherited from Warmup

Inherited from Ports

Inherited from DeprecatedLogging

Inherited from Logging

Inherited from TwitterServer

Inherited from Lifecycle

Inherited from AdminHttpServer

Inherited from Hooks

Inherited from DtabFlags

Inherited from Linters

Inherited from Stats

Inherited from Slf4jBridge

Inherited from App

Inherited from Logging

Inherited from Logging

Inherited from App

Inherited from Lifecycle

Inherited from CloseOnceAwaitably

Inherited from CloseOnceAwaitably0[Unit]

Inherited from Awaitable[Unit]

Inherited from ClosableOnce

Inherited from CloseOnce

Inherited from Closable

Inherited from AnyRef

Inherited from Any

Ungrouped