Trait

com.twitter.finatra.kafkastreams.config

RocksDbFlags

Related Doc: package config

Permalink

trait RocksDbFlags extends TwitterServer

Linear Supertypes
TwitterServer, Warmup, Ports, DeprecatedLogging, Logging, TwitterServer, Lifecycle, AdminHttpServer, Hooks, DtabFlags, Linters, Stats, Slf4jBridge, App, Logging, Logging, App, CloseAwaitably, CloseAwaitably0[Unit], Awaitable[Unit], Closable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RocksDbFlags
  2. TwitterServer
  3. Warmup
  4. Ports
  5. DeprecatedLogging
  6. Logging
  7. TwitterServer
  8. Lifecycle
  9. AdminHttpServer
  10. Hooks
  11. DtabFlags
  12. Linters
  13. Stats
  14. Slf4jBridge
  15. App
  16. Logging
  17. Logging
  18. App
  19. CloseAwaitably
  20. CloseAwaitably0
  21. Awaitable
  22. Closable
  23. AnyRef
  24. 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. 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. def args: Array[String]

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    TwitterServer → App
    Annotations
    @Lifecycle()
  24. def clone(): AnyRef

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

    Permalink
    Definition Classes
    App → Closable
  26. def close(after: Duration): Future[Unit]

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

    Permalink
    Definition Classes
    Closable
  28. def closeAwaitably(f: ⇒ Future[Unit]): Future[Unit]

    Permalink
    Attributes
    protected
    Definition Classes
    CloseAwaitably0
  29. final def closeOnExit(closable: Closable): Unit

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

    Permalink
    Definition Classes
    App
  31. def configureAdminHttpServer(server: Server): Server

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

    Permalink
    Attributes
    protected
    Definition Classes
    DeprecatedLogging → Logging
  33. def debug(marker: Marker, message: ⇒ Any, cause: Throwable): Unit

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

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

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

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

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

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

    Permalink
    Definition Classes
    AdminHttpServer
  40. def defaultAppend: Boolean

    Permalink
    Definition Classes
    Logging
  41. def defaultCloseGracePeriod: Duration

    Permalink
    Definition Classes
    App
  42. def defaultFormatter: Formatter

    Permalink
    Definition Classes
    Logging
  43. def defaultLogLevel: Level

    Permalink
    Definition Classes
    Logging
  44. def defaultOutput: String

    Permalink
    Definition Classes
    Logging
  45. def defaultRollPolicy: Policy

    Permalink
    Definition Classes
    Logging
  46. def defaultRotateCount: Int

    Permalink
    Definition Classes
    Logging
  47. def disableAdminHttpServer: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    TwitterServer
  48. val dtabAddBaseFlag: Flag[Dtab]

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    App
  62. final def getClass(): Class[_]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    App
  78. def isDebugEnabled(marker: Marker): Boolean

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    CloseAwaitably0 → Awaitable
  86. def isTraceEnabled(marker: Marker): Boolean

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    App
  92. val levelFlag: Flag[Level]

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

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

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

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

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

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

    Permalink
    Definition Classes
    Logging
  99. final def loggerName: String

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  108. final def onExit(f: ⇒ Unit): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    App
  109. val outputFlag: Flag[String]

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    TwitterServer → App
    Annotations
    @Lifecycle()
  113. def postWarmup(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    TwitterServer → App
    Annotations
    @Lifecycle()
  114. final def postmain(f: ⇒ Unit): Unit

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    App
  117. def ready(timeout: Duration)(implicit permit: CanAwait): RocksDbFlags.this.type

    Permalink
    Definition Classes
    CloseAwaitably0 → Awaitable
  118. def resolveFinagleClientsOnStartup: Boolean

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

    Permalink
    Definition Classes
    CloseAwaitably0 → Awaitable
  120. val rocksDbAllowConcurrentMemtableWrite: Flag[Boolean]

    Permalink
    Attributes
    protected
  121. val rocksDbBlockCacheShardBitsConfig: Flag[Int]

    Permalink
    Attributes
    protected
  122. val rocksDbBytesPerSync: Flag[StorageUnit]

    Permalink
    Attributes
    protected
  123. val rocksDbCacheIndexAndFilterBlocks: Flag[Boolean]

    Permalink
    Attributes
    protected
  124. val rocksDbCachePinL0IndexAndFilterBlocks: Flag[Boolean]

    Permalink
    Attributes
    protected
  125. val rocksDbCompactionStyle: Flag[String]

    Permalink
    Attributes
    protected
  126. val rocksDbCompactionStyleMemtableBudget: Flag[StorageUnit]

    Permalink
    Attributes
    protected
  127. val rocksDbCompactionStyleOptimize: Flag[Boolean]

    Permalink
    Attributes
    protected
  128. val rocksDbCountsStoreBlockCacheSize: Flag[StorageUnit]

    Permalink
    Attributes
    protected
  129. val rocksDbDatabaseWriteBufferSize: Flag[StorageUnit]

    Permalink
    Attributes
    protected
  130. val rocksDbEnableLZ4: Flag[Boolean]

    Permalink
    Attributes
    protected
  131. val rocksDbEnableStatistics: Flag[Boolean]

    Permalink
    Attributes
    protected
  132. val rocksDbEnableWriteThreadAdaptiveYield: Flag[Boolean]

    Permalink
    Attributes
    protected
  133. val rocksDbIncreaseParallelism: Flag[Int]

    Permalink
    Attributes
    protected
  134. val rocksDbInfoLogLevel: Flag[String]

    Permalink
    Attributes
    protected
  135. val rocksDbInplaceUpdateSupport: Flag[Boolean]

    Permalink
    Attributes
    protected
  136. val rocksDbKeepLogFileNum: Flag[Int]

    Permalink
    Attributes
    protected
  137. val rocksDbLevelCompactionDynamicLevelBytes: Flag[Boolean]

    Permalink
    Attributes
    protected
  138. val rocksDbManifestPreallocationSize: Flag[StorageUnit]

    Permalink
    Attributes
    protected
  139. val rocksDbMaxBackgroundCompactions: Flag[Int]

    Permalink
    Attributes
    protected
  140. val rocksDbMaxBackgroundFlushes: Flag[Int]

    Permalink
    Attributes
    protected
  141. val rocksDbMaxBytesForLevelBase: Flag[StorageUnit]

    Permalink
    Attributes
    protected
  142. val rocksDbMaxLogFileSize: Flag[StorageUnit]

    Permalink
    Attributes
    protected
  143. val rocksDbMaxWriteBufferNumber: Flag[Int]

    Permalink
    Attributes
    protected
  144. val rocksDbMinWriteBufferNumberToMerge: Flag[Int]

    Permalink
    Attributes
    protected
  145. val rocksDbStatCollectionPeriodMs: Flag[Int]

    Permalink
    Attributes
    protected
  146. val rocksDbTableConfigBlockSize: Flag[StorageUnit]

    Permalink
    Attributes
    protected
  147. val rocksDbTableConfigBoomFilterKeyBits: Flag[Int]

    Permalink
    Attributes
    protected
  148. val rocksDbTableConfigBoomFilterMode: Flag[Boolean]

    Permalink
    Attributes
    protected
  149. val rocksDbWriteBufferSize: Flag[StorageUnit]

    Permalink
    Attributes
    protected
  150. val rollPolicyFlag: Flag[Policy]

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    TwitterServer → App
  154. def setup(): Unit

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    TwitterServer
  157. def statsReceiver: StatsReceiver

    Permalink
    Definition Classes
    Stats
  158. def statsReceiverModule: Module

    Permalink
    Attributes
    protected
    Definition Classes
    TwitterServer
  159. final val suppressGracefulShutdownErrors: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[this]
    Definition Classes
    Logging
  178. 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 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 CloseAwaitably

Inherited from CloseAwaitably0[Unit]

Inherited from Awaitable[Unit]

Inherited from Closable

Inherited from AnyRef

Inherited from Any

Ungrouped