Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/temporalio/temporal
/ functions
Functions
43,335 in github.com/temporalio/temporal
⨍
Functions
43,335
◇
Types & classes
5,614
↓ 1 callers
Function
newQueueV2Row
( queueType persistence.QueueV2Type, queueName string, messageID int64, blob *commonpb.DataBlob, )
common/persistence/sql/queue_v2.go:167
↓ 1 callers
Method
newRandomNamespaceMetadataRow
( notificationVersion int64, )
common/persistence/sql/sqlplugin/tests/namespace.go:386
↓ 1 callers
Function
newRateLimitedError
(delay time.Duration)
chasm/lib/scheduler/invoker_tasks.go:774
↓ 1 callers
Function
newReachabilityCalculator
( data *persistencespb.VersioningData, rCache reachabilityCache, nsID, nsName string, taskQueue *tqid.Task
service/matching/reachability.go:67
↓ 1 callers
Function
newReaderStuckAction
( attributes *AlertAttributesReaderStuck, logger log.Logger, )
service/history/queues/action_reader_stuck.go:18
↓ 1 callers
Function
newReplicationTaskFetcherWorker
( logger log.Logger, sourceCluster string, currentCluster string, config *configs.Config, clientBean clie
service/history/replication/task_fetcher.go:279
↓ 1 callers
Function
newReplicationTaskFromRequest
( clusterMetadata cluster.Metadata, historySerializer serialization.Serializer, logger log.Logger, request
service/history/ndc/replication_task.go:91
↓ 1 callers
Function
newReport
(objects []trackedObject, trackedRoots int, expected patterns, pruneTypes patterns)
common/testing/objectleak/report.go:32
↓ 1 callers
Function
newReportWindow
(since, until time.Time)
tools/flakereport/parser.go:204
↓ 1 callers
Function
newRetryReplication
( st *status.Status, errDetails *errordetailsspb.RetryReplicationFailure, )
common/serviceerror/retry_replication.go:82
↓ 1 callers
Function
newRunIDPrecondition
(runID string)
common/archiver/gcloud/util.go:142
↓ 1 callers
Function
newRunQueue
newRunQueue returns an instance of task run queue
service/worker/scanner/executor/runq.go:24
↓ 1 callers
Method
newScheduledQueue
newScheduledQueue creates a new scheduled queue for the given shard with archival-specific configurations.
service/history/archival_queue_factory.go:135
↓ 1 callers
Method
newScheduler
============================================================================= Helper Functions =======================================================
common/tasks/execution_queue_scheduler_test.go:573
↓ 1 callers
Function
newSchedulerMonitor
( taskChannelKeyFn TaskChannelKeyFn, namespaceRegistry namespace.Registry, timeSource clock.TimeSource, me
service/history/queues/scheduler_monitor.go:53
↓ 1 callers
Function
newSearchAttributeBoolByField
(field string)
chasm/search_attribute.go:238
↓ 1 callers
Function
newSearchAttributeDateTimeByField
(field string)
chasm/search_attribute.go:275
↓ 1 callers
Function
newSearchAttributeFieldLowCardinalityKeyword
(index int)
chasm/search_attribute.go:185
↓ 1 callers
Function
newSearchAttributeFieldText
(index int)
chasm/search_attribute.go:207
↓ 1 callers
Function
newServerOptions
(opts []ServerOption)
temporal/server_options.go:66
↓ 1 callers
Function
newServiceKeyResolver
(resolver membership.ServiceResolver)
client/clientfactory.go:217
↓ 1 callers
Function
newServiceResolver
( service primitives.ServiceName, port int, rp *ringpop.Ringpop, replicaPoints int, logger log.Logger, )
common/membership/ringpop/service_resolver.go:95
↓ 1 callers
Function
newSetupConfig
(cli *cli.Context, db DB)
tools/common/schema/handler.go:43
↓ 1 callers
Function
newShardOwnershipLost
(st *status.Status, errDetails *errordetailsspb.ShardOwnershipLostFailure)
common/serviceerror/shard_ownership_lost.go:50
↓ 1 callers
Function
newShardPersistence
newShardPersistence creates an instance of ShardManager
common/persistence/sql/shard.go:21
↓ 1 callers
Function
newShardReaderRateLimiter
( shardMaxPollRPS dynamicconfig.IntPropertyFn, hostReaderRateLimiter quotas.RequestRateLimiter, maxReaders
service/history/queues/reader_quotas.go:39
↓ 1 callers
Function
newSharedScopeCache
(maxSize int)
common/metrics/tally_metrics_handler.go:39
↓ 1 callers
Function
newSharedTLSProvider
newSharedTLSProvider generates one cert chain for 127.0.0.1 and returns a TLS provider usable as both server and client by every cluster in the suite.
tests/xdc/remote_cluster_auth_test.go:35
↓ 1 callers
Function
newSimplePartitionScaler
(cfg scalerCfg, ts clock.TimeSource)
service/matching/simple_partition_scaler.go:43
↓ 1 callers
Function
newSimplePartitionScalerFactory
(cfg scalerFactoryCfg)
service/matching/simple_partition_scaler.go:25
↓ 1 callers
Function
newSliceCountAction
( attributes *AlertAttributesSlicesCount, monitor Monitor, )
service/history/queues/action_slice_count.go:23
↓ 1 callers
Function
newSlicePredicateAction
( monitor Monitor, maxReaderCount int, )
service/history/queues/action_slice_predicate.go:35
↓ 1 callers
Function
newSqliteQueryConverter
( namespaceName namespace.Name, namespaceID namespace.ID, saTypeMap searchattribute.NameTypeMap, saMapper
common/persistence/visibility/store/sql/query_converter_legacy_sqlite.go:27
↓ 1 callers
Function
newStalePartitionCounts
(st *status.Status)
common/serviceerror/stale_partition_counts.go:39
↓ 1 callers
Function
newStaticMonitor
(hosts map[primitives.ServiceName]Hosts)
common/membership/static/monitor.go:29
↓ 1 callers
Function
newStaticResolver
(hosts []string)
common/membership/static/service_resolver.go:19
↓ 1 callers
Function
newStatsdScope
newStatsdScope returns a new statsd scope with a default reporting interval of a second
common/metrics/config.go:402
↓ 1 callers
Function
newStickyWorkerUnavailable
(st *status.Status)
common/serviceerror/sticky_worker_unavailable.go:41
↓ 1 callers
Function
newStoreFaultInjector
newStoreFaultInjector returns a new instance of a data store fault injector that will inject errors into the persistence layer based on the provided c
common/persistence/faultinjection/store_fault_generator.go:20
↓ 1 callers
Function
newStream
( processToolBox ProcessToolBox, clientShardKey ClusterShardKey, serverShardKey ClusterShardKey, )
service/history/replication/stream_receiver.go:509
↓ 1 callers
Function
newSummaryRowsFromReports
(reports []*junitReport)
tools/testrunner/summary.go:68
↓ 1 callers
Function
newSyncState
( st *status.Status, errDetails *errordetailsspb.SyncStateFailure, )
common/serviceerror/sync_state.go:82
↓ 1 callers
Function
newTask
newTask returns a new instance of an executable task which will process a single mutableState
service/worker/scanner/executions/task.go:54
↓ 1 callers
Method
newTask
newTask returns a new instance of an executable task which will process a single task queue
service/worker/scanner/taskqueue/scavenger.go:193
↓ 1 callers
Function
newTaskAlreadyStarted
(st *status.Status)
common/serviceerror/task_already_started.go:43
↓ 1 callers
Function
newTaskGC
newTaskGC returns an instance of a task garbage collector object taskGC internally maintains a delete cursor and attempts to delete a batch of tasks e
service/matching/task_gc.go:34
↓ 1 callers
Function
newTaskManagerV1
( db sqlplugin.DB, uds userDataStore, tqs taskQueueStore, logger log.Logger, serializer serialization.Ser
common/persistence/sql/task_v1.go:30
↓ 1 callers
Function
newTaskManagerV2
( db sqlplugin.DB, uds userDataStore, tqs taskQueueStore, logger log.Logger, serializer serialization.Ser
common/persistence/sql/task_v2.go:24
↓ 1 callers
Function
newTaskReader
(backlogMgr *backlogManagerImpl)
service/matching/task_reader.go:40
↓ 1 callers
Function
newTaskRequestRateLimiter
( namespaceRateFn quotas.NamespaceRateFn, hostRateFn quotas.RateFn, )
service/history/queues/scheduler_quotas.go:58
↓ 1 callers
Function
newTaskWriter
( backlogMgr *backlogManagerImpl, )
service/matching/task_writer.go:54
↓ 1 callers
Function
newTelemetryClusterMetadataStore
newTelemetryClusterMetadataStore returns telemetryClusterMetadataStore.
common/persistence/telemetry/cluster_metadata_store_gen.go:31
↓ 1 callers
Function
newTelemetryExecutionStore
newTelemetryExecutionStore returns telemetryExecutionStore.
common/persistence/telemetry/execution_store_gen.go:31
↓ 1 callers
Function
newTelemetryMetadataStore
newTelemetryMetadataStore returns telemetryMetadataStore.
common/persistence/telemetry/shard_store_gen.go:31
↓ 1 callers
Function
newTelemetryNexusEndpointStore
newTelemetryNexusEndpointStore returns telemetryNexusEndpointStore.
common/persistence/telemetry/nexus_endpoint_store_gen.go:31
↓ 1 callers
Function
newTelemetryQueue
newTelemetryQueue returns telemetryQueue.
common/persistence/telemetry/queue_gen.go:32
↓ 1 callers
Function
newTelemetryQueueV2
newTelemetryQueueV2 returns telemetryQueueV2.
common/persistence/telemetry/queue_v2_gen.go:31
↓ 1 callers
Function
newTelemetryShardStore
newTelemetryShardStore returns telemetryShardStore.
common/persistence/telemetry/shared_store_gen.go:31
↓ 1 callers
Function
newTestComponentStateBlob
(info *persistencespb.ActivityInfo)
service/history/chasm_engine_test.go:2115
↓ 1 callers
Method
newTestEnv
(opts ...testcore.TestOption)
tests/gethistory_test.go:47
↓ 1 callers
Method
newTestEventsCache
()
service/history/events/cache_test.go:63
↓ 1 callers
Method
newTestProcessorWithQueueSize
(queueSize int)
common/tasks/sequential_scheduler_test.go:403
↓ 1 callers
Function
newTestQueueData
()
service/matching/matching_engine_test.go:5205
↓ 1 callers
Function
newTestReader
()
service/history/queues/reader_group_test.go:118
↓ 1 callers
Function
newTestSizeEstimator
()
common/archiver/history_iterator_test.go:67
↓ 1 callers
Method
newTestTree
( serializedNodes map[string]*persistencespb.ChasmNode, )
chasm/field_test.go:140
↓ 1 callers
Function
newTestValidator
()
chasm/lib/workflow/validator_test.go:23
↓ 1 callers
Function
newThreadSafeList
newThreadSafeList returns a new thread safe linked list
service/worker/scanner/executor/runq.go:79
↓ 1 callers
Function
newTokenGenerator
()
common/authorization/default_jwt_claim_mapper_test.go:339
↓ 1 callers
Function
newTreeInitSearchAttributesAndMemo
( root *Node, registry *Registry, )
chasm/tree.go:348
↓ 1 callers
Method
newUUID
(ctx workflow.Context)
service/worker/workerdeployment/version_workflow.go:1039
↓ 1 callers
Function
newUpdateConfig
(cli *cli.Context, db DB)
tools/common/schema/handler.go:31
↓ 1 callers
Function
newVersionSetFetcher
(matchingClient matchingservice.MatchingServiceClient)
service/frontend/task_reachability.go:34
↓ 1 callers
Function
newVisibilityArchiver
( logger log.Logger, metricsHandler metrics.Handler, s3config *config.S3Archiver, )
common/archiver/s3store/visibility_archiver.go:64
↓ 1 callers
Function
newVisibilityManagerImpl
( store store.VisibilityStore, logger log.Logger, searchAttributesMapperProvider searchattribute.MapperProv
common/persistence/visibility/visibility_manager_impl.go:51
↓ 1 callers
Function
newVisibilityStoreFromDataStoreConfig
( dsConfig config.DataStore, persistenceResolver resolver.ServiceResolver, customVisibilityStoreFactory Vis
common/persistence/visibility/factory.go:237
↓ 1 callers
Function
newWorkerCommandsTaskDispatcher
( matchingClient resource.MatchingClient, config *configs.Config, metricsHandler metrics.Handler, logger l
service/history/worker_commands_task_dispatcher.go:64
↓ 1 callers
Function
newWorkflowIDPrecondition
(workflowID string)
common/archiver/gcloud/connector/client_test.go:283
↓ 1 callers
Function
newWorkflowTaskPostActionInfo
( mutableState historyi.MutableState, workflowTaskScheduleToStartTimeout time.Duration, taskqueue *taskqueu
service/history/ndc_standby_task_util.go:207
↓ 1 callers
Function
newWorkflowTaskStateMachine
( ms *MutableStateImpl, metricsHandler metrics.Handler, )
service/history/workflow/workflow_task_state_machine.go:52
↓ 1 callers
Function
newWorkflowTypeNamePrecondition
(workflowTypeName string)
common/archiver/gcloud/util.go:190
↓ 1 callers
Method
nextBackoffDeadline
nextBackoffDeadline returns the earliest BackoffTime among starts that are retrying, or the zero time if none are.
chasm/lib/scheduler/invoker.go:335
↓ 1 callers
Method
nextIntervalTime
Returns the next matching time for a single interval spec.
service/worker/scheduler/spec.go:329
↓ 1 callers
Method
nextPoll
()
common/testing/await/report.go:30
↓ 1 callers
Method
nextSlot
()
tests/testcore/test_cluster_pool.go:97
↓ 1 callers
Method
nextTask
nextTask returns the next task to be submitted from this page
service/worker/batcher/activities.go:99
↓ 1 callers
Method
nexusContextFromEndpoint
nexusContextFromEndpoint returns the nexus context for the given request and a boolean indicating whether the endpoint is valid for dispatching. For s
service/frontend/nexus_operation_http_handler.go:237
↓ 1 callers
Function
nexusOperationProcessorAdapter
(processor NexusOperationProcessor[I])
chasm/nexus_operation_processor.go:81
↓ 1 callers
Method
nexusTaskStaysOnCurrentDeployment
(env *testcore.TestEnv)
tests/versioning_3_test.go:1496
↓ 1 callers
Function
normalizedFailureLines
(data string)
tools/testrunner/log.go:362
↓ 1 callers
Method
notify
notify closes all subscriber channels for key, waking any blocked PollComponent callers.
chasm/chasmtest/test_engine.go:708
↓ 1 callers
Method
notifyQueueProcessor
notifyQueueProcessor sends notification to all queue processors for triggering a load NOTE: this method assumes engineFuture is already in a ready sta
service/history/shard/context_impl.go:1713
↓ 1 callers
Method
notifyReaders
()
service/history/queues/queue_base.go:442
↓ 1 callers
Method
notifyReplicationQueueProcessor
(taskID int64)
service/history/shard/context_impl.go:1755
↓ 1 callers
Method
offerOrTimeout
(ctx context.Context, task *internalTask)
service/matching/matcher.go:172
↓ 1 callers
Function
oldestBacklogAge
(left, right *durationpb.Duration)
common/taskqueue/stats.go:32
↓ 1 callers
Method
onAcceptanceMsg
onAcceptanceMsg expects the Update to be in stateSent (or stateAdmitted) and returns an error if it finds otherwise. An event is written to the provid
service/history/workflow/update/update.go:607
↓ 1 callers
Method
onCompleted
(ctx chasm.MutableContext)
chasm/lib/nexusoperation/cancellation.go:74
↓ 1 callers
Method
onCurrentBranch
(mutableState historyi.MutableState, versionedTransition *persistencespb.VersionedTransition)
service/history/replication/raw_task_converter.go:776
↓ 1 callers
Method
onFailed
(ctx chasm.MutableContext, failure *failurepb.Failure)
chasm/lib/nexusoperation/cancellation.go:82
← previous
next →
12,401–12,500 of 43,335, ranked by callers