case class EventingFunctionSettings(cppWorkerThreadCount: Option[Long] = None, dcpStreamBoundary: Option[EventingFunctionDcpBoundary] = None, description: Option[String] = None, logLevel: Option[EventingFunctionLogLevel] = None, languageCompatibility: Option[EventingFunctionLanguageCompatibility] = None, executionTimeout: Option[Duration] = None, lcbInstCapacity: Option[Long] = None, lcbRetryCount: Option[Long] = None, lcbTimeout: Option[Duration] = None, queryConsistency: Option[QueryScanConsistency] = None, numTimerPartitions: Option[Long] = None, sockBatchSize: Option[Long] = None, tickDuration: Option[Duration] = None, timerContextSize: Option[Long] = None, userPrefix: Option[String] = None, bucketCacheSize: Option[Long] = None, bucketCacheAge: Option[Long] = None, curlMaxAllowedRespSize: Option[Long] = None, workerCount: Option[Long] = None, queryPrepareAll: Option[Boolean] = None, handlerHeaders: Option[Seq[String]] = None, handlerFooters: Option[Seq[String]] = None, enableAppLogRotation: Option[Boolean] = None, appLogDir: Option[String] = None, appLogMaxSize: Option[Long] = None, appLogMaxFiles: Option[Long] = None, checkpointInterval: Option[Duration] = None, processingStatus: Option[EventingFunctionProcessingStatus] = None, deploymentStatus: Option[EventingFunctionDeploymentStatus] = None) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EventingFunctionSettings
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new EventingFunctionSettings(cppWorkerThreadCount: Option[Long] = None, dcpStreamBoundary: Option[EventingFunctionDcpBoundary] = None, description: Option[String] = None, logLevel: Option[EventingFunctionLogLevel] = None, languageCompatibility: Option[EventingFunctionLanguageCompatibility] = None, executionTimeout: Option[Duration] = None, lcbInstCapacity: Option[Long] = None, lcbRetryCount: Option[Long] = None, lcbTimeout: Option[Duration] = None, queryConsistency: Option[QueryScanConsistency] = None, numTimerPartitions: Option[Long] = None, sockBatchSize: Option[Long] = None, tickDuration: Option[Duration] = None, timerContextSize: Option[Long] = None, userPrefix: Option[String] = None, bucketCacheSize: Option[Long] = None, bucketCacheAge: Option[Long] = None, curlMaxAllowedRespSize: Option[Long] = None, workerCount: Option[Long] = None, queryPrepareAll: Option[Boolean] = None, handlerHeaders: Option[Seq[String]] = None, handlerFooters: Option[Seq[String]] = None, enableAppLogRotation: Option[Boolean] = None, appLogDir: Option[String] = None, appLogMaxSize: Option[Long] = None, appLogMaxFiles: Option[Long] = None, checkpointInterval: Option[Duration] = None, processingStatus: Option[EventingFunctionProcessingStatus] = None, deploymentStatus: Option[EventingFunctionDeploymentStatus] = None)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val appLogDir: Option[String]
- val appLogMaxFiles: Option[Long]
- val appLogMaxSize: Option[Long]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bucketCacheAge: Option[Long]
- val bucketCacheSize: Option[Long]
- val checkpointInterval: Option[Duration]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val cppWorkerThreadCount: Option[Long]
- val curlMaxAllowedRespSize: Option[Long]
- val dcpStreamBoundary: Option[EventingFunctionDcpBoundary]
- val deploymentStatus: Option[EventingFunctionDeploymentStatus]
- val description: Option[String]
- val enableAppLogRotation: Option[Boolean]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val executionTimeout: Option[Duration]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val handlerFooters: Option[Seq[String]]
- val handlerHeaders: Option[Seq[String]]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val languageCompatibility: Option[EventingFunctionLanguageCompatibility]
- val lcbInstCapacity: Option[Long]
- val lcbRetryCount: Option[Long]
- val lcbTimeout: Option[Duration]
- val logLevel: Option[EventingFunctionLogLevel]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val numTimerPartitions: Option[Long]
- val processingStatus: Option[EventingFunctionProcessingStatus]
- val queryConsistency: Option[QueryScanConsistency]
- val queryPrepareAll: Option[Boolean]
- val sockBatchSize: Option[Long]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tickDuration: Option[Duration]
- val timerContextSize: Option[Long]
- val userPrefix: Option[String]
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- val workerCount: Option[Long]
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated