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, Lifecycle, CloseOnceAwaitably, CloseOnceAwaitably0[Unit], Awaitable[Unit], ClosableOnce, CloseOnce, 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. Lifecycle
  20. CloseOnceAwaitably
  21. CloseOnceAwaitably0
  22. Awaitable
  23. ClosableOnce
  24. CloseOnce
  25. Closable
  26. AnyRef
  27. 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
    CloseOnce
  26. def close(after: Duration): Future[Unit]

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    App → CloseOnce
  32. def configureAdminHttpServer(server: Server): Server

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AdminHttpServer
  41. def defaultAppend: Boolean

    Permalink
    Definition Classes
    Logging
  42. def defaultCloseGracePeriod: Duration

    Permalink
    Definition Classes
    App
  43. def defaultFormatter: Formatter

    Permalink
    Definition Classes
    Logging
  44. def defaultLogLevel: Level

    Permalink
    Definition Classes
    Logging
  45. def defaultOutput: String

    Permalink
    Definition Classes
    Logging
  46. def defaultRollPolicy: Policy

    Permalink
    Definition Classes
    Logging
  47. def defaultRotateCount: Int

    Permalink
    Definition Classes
    Logging
  48. def disableAdminHttpServer: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    App
  79. final def isClosed: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Logging
  101. final def loggerName: String

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  110. final def observe(event: Event)(f: ⇒ Unit): Unit

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    CloseOnceAwaitably0 → Awaitable
  123. def resolveFinagleClientsOnStartup: Boolean

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

    Permalink
    Definition Classes
    CloseOnceAwaitably0 → Awaitable
  125. val rocksDbAllowConcurrentMemtableWrite: Flag[Boolean]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Stats
  164. def statsReceiverModule: Module

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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