Documentation ¶
Overview ¶
Package runtime implements the runtime registry sub-commands.
Index ¶
Constants ¶
View Source
const ( CfgID = "runtime.id" CfgTEEHardware = "runtime.tee_hardware" CfgGenesisState = "runtime.genesis.state" CfgGenesisRound = "runtime.genesis.round" CfgKind = "runtime.kind" CfgKeyManager = "runtime.keymanager" CfgVersion = "runtime.version" CfgVersionEnclave = "runtime.version.enclave" CfgGovernanceModel = "runtime.governance_model" // Executor committee flags. CfgExecutorGroupSize = "runtime.executor.group_size" CfgExecutorGroupBackupSize = "runtime.executor.group_backup_size" CfgExecutorAllowedStragglers = "runtime.executor.allowed_stragglers" CfgExecutorRoundTimeout = "runtime.executor.round_timeout" CfgExecutorMaxMessages = "runtime.executor.max_messages" // Storage committee flags. CfgStorageGroupSize = "runtime.storage.group_size" CfgStorageMinWriteReplication = "runtime.storage.min_write_replication" CfgStorageMaxApplyWriteLogEntries = "runtime.storage.max_apply_write_log_entries" CfgStorageMaxApplyOps = "runtime.storage.max_apply_ops" CfgStorageCheckpointInterval = "runtime.storage.checkpoint_interval" CfgStorageCheckpointNumKept = "runtime.storage.checkpoint_num_kept" CfgStorageCheckpointChunkSize = "runtime.storage.checkpoint_chunk_size" // Transaction scheduler flags. CfgTxnSchedulerAlgorithm = "runtime.txn_scheduler.algorithm" CfgTxnSchedulerBatchFlushTimeout = "runtime.txn_scheduler.flush_timeout" CfgTxnSchedulerMaxBatchSize = "runtime.txn_scheduler.max_batch_size" CfgTxnSchedulerMaxBatchSizeBytes = "runtime.txn_scheduler.max_batch_size_bytes" CfgTxnSchedulerProposerTimeout = "runtime.txn_scheduler.proposer_timeout" // Admission policy flags. CfgAdmissionPolicy = "runtime.admission_policy" CfgAdmissionPolicyEntityWhitelist = "runtime.admission_policy_entity_whitelist" AdmissionPolicyNameAnyNode = "any-node" AdmissionPolicyNameEntityWhitelist = "entity-whitelist" CfgConstraintsExecutorWorkerMinPoolSize = "runtime.constraints.executor.worker.min_pool_size" CfgConstraintsExecutorWorkerValidatorSet = "runtime.constraints.executor.worker.validator_set" CfgConstraintsExecutorWorkerMaxNodes = "runtime.constraints.executor.worker.max_nodes" CfgConstraintsExecutorBackupWorkerMinPoolSize = "runtime.constraints.executor.backup-worker.min_pool_size" CfgConstraintsExecutorBackupWorkerValidatorSet = "runtime.constraints.executor.backup-worker.validator_set" CfgConstraintsExecutorBackupWorkerMaxNodes = "runtime.constraints.executor.backup-worker.max_nodes" CfgConstraintsStorageWorkerMinPoolSize = "runtime.constraints.storage.worker.min_pool_size" CfgConstraintsStorageWorkerValidatorSet = "runtime.constraints.storage.worker.validator_set" CfgConstraintsStorageWorkerMaxNodes = "runtime.constraints.storage.worker.max_nodes" // Staking parameters flags. CfgStakingThreshold = "runtime.staking.threshold" CfgStakingSlashing = "runtime.staking.slashing" // List runtimes flags. CfgIncludeSuspended = "include_suspended" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.