runtime

package
v0.2011.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 23, 2020 License: Apache-2.0 Imports: 30 Imported by: 0

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"

	// Executor committee flags.
	CfgExecutorGroupSize         = "runtime.executor.group_size"
	CfgExecutorGroupBackupSize   = "runtime.executor.group_backup_size"
	CfgExecutorAllowedStragglers = "runtime.executor.allowed_stragglers"
	CfgExecutorRoundTimeout      = "runtime.executor.round_timeout"

	// 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"

	// Staking parameters flags.
	CfgStakingThreshold = "runtime.staking.threshold"

	// List runtimes flags.
	CfgIncludeSuspended = "include_suspended"
)

Variables

This section is empty.

Functions

func Register

func Register(parentCmd *cobra.Command)

Register registers the runtime sub-command and all of it's children.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL