MCPcopy Create free account

hub / github.com/temporalio/temporal / functions

Functions43,335 in github.com/temporalio/temporal

↓ 1 callersFunctiongetModuleDependencies
getModuleDependencies returns an fx.Option that provides all the dependencies needed for the queue module.
service/history/queue_factory_base_test.go:113
↓ 1 callersMethodgetMonitor
getMonitor returns a membership monitor
common/membership/ringpop/factory.go:90
↓ 1 callersMethodgetMutableStateInfo
getMutableStateInfo gets the relevant mutable state information while getting the state for the given run from the workflow cache and managing the cac
service/history/api/startworkflow/api.go:581
↓ 1 callersMethodgetMutation
( mutableState historyi.MutableState, exclusiveMinVT *persistencespb.VersionedTransition, )
service/history/replication/sync_state_retriever.go:383
↓ 1 callersFunctiongetNamespaceArchivalState
(str string)
common/archiver/archival_metadata.go:201
↓ 1 callersMethodgetNewExecutionRunIdFromLastEvent
( client workflowservice.WorkflowServiceClient, namespace string, execution *commonpb.WorkflowExecution, )
tests/xdc/failover_test.go:1737
↓ 1 callersMethodgetNewRunID
()
service/history/ndc/replication_task.go:40
↓ 1 callersMethodgetNextTimeV1
(after time.Time)
service/worker/scheduler/workflow.go:514
↓ 1 callersMethodgetOperationConcurrency
(concurrency int)
service/worker/batcher/activities.go:428
↓ 1 callersMethodgetOperationTagValue
( replicationTask *replicationspb.ReplicationTask, )
service/history/replication/task_processor.go:574
↓ 1 callersMethodgetOrCreateClientConn
(addr rpcAddress)
client/history/connections.go:139
↓ 1 callersMethodgetOrCreateEventLog
(ctx chasm.MutableContext)
chasm/lib/scheduler/eventlog.go:39
↓ 1 callersMethodgetOrCreateEventLog
(ctx chasm.MutableContext)
chasm/lib/scheduler/eventlog.go:59
↓ 1 callersMethodgetOrCreateLastHeartbeat
getOrCreateLastHeartbeat retrieves the last heartbeat state, initializing it if not present. The heartbeat is lazily created to avoid unnecessary writ
chasm/lib/activity/activity.go:587
↓ 1 callersMethodgetOrCreateNode
getOrCreateNode traverses/creates path and returns the final node.
service/history/hsm/tree.go:746
↓ 1 callersMethodgetOrCreatePQLocked
( key TaskChannelKey, )
service/history/queues/rescheduler.go:272
↓ 1 callersMethodgetOrCreateQuotaLogger
( namespace string, )
common/quotas/calculator/logged_calculator.go:70
↓ 1 callersMethodgetOrCreateRemoteClusterClientConfig
( hostname string, configConstructor tlsConfigConstructor, isEnabled bool, )
common/rpc/encryption/local_store_tls_provider.go:249
↓ 1 callersMethodgetOrCreateScheduleStatsLocked
( taskChanKey TaskChannelKey, )
service/history/queues/scheduler_monitor.go:141
↓ 1 callersMethodgetOrCreateScheduler
getOrCreateSchedulerForTask gets an existing scheduler for the given key or creates one if needed.
common/tasks/group_by_scheduler.go:92
↓ 1 callersMethodgetOrCreateTaskExecutor
(clusterName string)
service/history/replication/dlq_handler.go:314
↓ 1 callersFunctiongetPaginatedResponse
(req *historyservice.GetDLQTasksRequest)
service/worker/dlq/workflow_test.go:456
↓ 1 callersMethodgetPaginationFn
()
service/worker/scanner/executions/task.go:189
↓ 1 callersMethodgetPaginationFn
( ctx context.Context, )
service/worker/scanner/history/scavenger.go:306
↓ 1 callersMethodgetPaginationFn
( ctx context.Context, firstEventID int64, nextEventID int64, branchToken []byte, )
service/history/ndc/workflow_resetter.go:1139
↓ 1 callersFunctiongetPartitionForRangeHash
(rangeHash uint32, totalPartitions uint32)
common/persistence/sql/task_util.go:12
↓ 1 callersMethodgetQueryInput
()
service/history/workflow/query.go:29
↓ 1 callersMethodgetQueueMutex
getQueueMutex returns a per-queue mutex, creating it if it doesn't exist. This provides process-level locking to serialize concurrent writes to the sa
service/history/queues/dlq_writer.go:147
↓ 1 callersMethodgetRampingVersionSummary
()
service/worker/workerdeployment/workflow.go:1799
↓ 1 callersMethodgetRandomVertex
()
common/testing/event_generator.go:241
↓ 1 callersFunctiongetRateFnWithMetrics
(rateFn quotas.RateFn, handler metrics.Handler)
service/frontend/fx.go:466
↓ 1 callersMethodgetRateLimiterPermission
getRateLimiterPermission returns a delay for which the caller should wait before proceeding. If an error is returned, execution should not proceed, an
chasm/lib/scheduler/invoker_tasks.go:748
↓ 1 callersMethodgetReachableMembers
()
common/membership/ringpop/service_resolver.go:335
↓ 1 callersMethodgetRebuildSpecFromMutableState
( ctx context.Context, workflowKey *definition.WorkflowKey, )
service/history/workflow_rebuilder.go:149
↓ 1 callersMethodgetReplicationTasks
( ctx context.Context, request *p.GetHistoryTasksRequest, )
common/persistence/sql/execution_tasks.go:451
↓ 1 callersMethodgetReplicationTasks
( ctx context.Context, request *p.GetHistoryTasksRequest, )
common/persistence/cassandra/mutable_state_task_store.go:450
↓ 1 callersMethodgetReplicationTasksFn
( ctx context.Context, minTaskID int64, maxTaskID int64, batchSize int, )
service/history/replication/ack_manager.go:345
↓ 1 callersFunctiongetRequestCancelInfoMap
( ctx context.Context, db sqlplugin.DB, shardID int32, namespaceID primitives.UUID, workflowID string, r
common/persistence/sql/execution_state_map.go:330
↓ 1 callersFunctiongetRequiredRole
Convert from api.Access to Role
common/authorization/default_authorizer.go:68
↓ 1 callersMethodgetResetBranchToken
( ctx context.Context, baseBranchToken []byte, baseLastEventID int64, )
service/history/ndc/resetter.go:204
↓ 1 callersFunctiongetResetEventIDByOptions
Note: may modify workflowExecution.RunId
service/worker/batcher/activities.go:815
↓ 1 callersFunctiongetResetEventIDByType
( ctx context.Context, resetType enumspb.ResetType, namespaceStr string, workflowExecution *commonpb.Workf
service/worker/batcher/activities.go:795
↓ 1 callersMethodgetScheduledWorkflowExecutionInfoFrom
( queryResponse *schedulespb.DescribeResponse, )
service/frontend/workflow_handler.go:4511
↓ 1 callersFunctiongetScheduledWorkflowSearchAttributes
(response *schedulespb.DescribeResponse)
service/frontend/workflow_handler_second_test.go:138
↓ 1 callersFunctiongetSearchAttributes
( indexedFields map[string]*commonpb.Payload, )
service/history/visibility_queue_task_executor.go:675
↓ 1 callersMethodgetSearchAttributesElasticsearch
( ctx context.Context, indexName string, searchAttributes searchattribute.NameTypeMap, )
service/frontend/admin_handler.go:595
↓ 1 callersFunctiongetSearchAttributesHelpersData
()
cmd/tools/gensearchattributehelpers/main.go:38
↓ 1 callersMethodgetSearchAttributesSQL
( ctx context.Context, request *adminservice.GetSearchAttributesRequest, searchAttributes searchattribute.N
service/frontend/admin_handler.go:621
↓ 1 callersMethodgetSendCatchupBeginInclusiveWatermark
(readerState *persistencespb.QueueReaderState, priority enumsspb.TaskPriority)
service/history/replication/stream_sender.go:396
↓ 1 callersMethodgetShared
(t *testing.T)
tests/testcore/test_cluster_pool.go:214
↓ 1 callersFunctiongetSignalInfoMap
( ctx context.Context, db sqlplugin.DB, shardID int32, namespaceID primitives.UUID, workflowID string, r
common/persistence/sql/execution_state_map.go:421
↓ 1 callersFunctiongetSignalsRequested
( ctx context.Context, db sqlplugin.DB, shardID int32, namespaceID primitives.UUID, workflowID string, r
common/persistence/sql/execution_state_non_map.go:56
↓ 1 callersMethodgetSnapshot
(mutableState historyi.MutableState)
service/history/replication/sync_state_retriever.go:435
↓ 1 callersFunctiongetSourceClusterName
( currentCluster string, registry namespace.Registry, namespaceID string, workflowID string, )
service/history/ndc_standby_task_util.go:244
↓ 1 callersMethodgetSourceClusterShardIDs
(sourceClusterName string)
service/history/replication/poller_manager.go:12
↓ 1 callersFunctiongetSourcesForTarget
getSourcesForTarget gets the first-degree sources for any redirect rule targeting buildId
service/matching/version_rule_helpers.go:577
↓ 1 callersMethodgetStartToCloseTimeout
( defaultTimeout *durationpb.Duration, attempt int32, )
service/history/workflow/workflow_task_state_machine.go:1465
↓ 1 callersMethodgetSubqueueForPriority
(priority priorityKey)
service/matching/pri_backlog_manager.go:195
↓ 1 callersMethodgetSubqueueForPriority
(priority priorityKey)
service/matching/fair_backlog_manager.go:183
↓ 1 callersMethodgetSuiteScoped
(t *testing.T)
tests/testcore/test_cluster_pool.go:226
↓ 1 callersMethodgetTCPChannel
(ringpopHostAddress string, ringpopServiceName string)
common/membership/ringpop/factory.go:168
↓ 1 callersMethodgetTLSChannel
(ringpopHostAddress string, ringpopServiceName string)
common/membership/ringpop/factory.go:185
↓ 1 callersMethodgetTableVersion
(ctx context.Context)
common/persistence/cassandra/nexus_endpoint_store.go:332
↓ 1 callersFunctiongetTargetCluster
(c *cli.Context, clientFactory ClientFactory)
tools/tdbg/dlq_service.go:116
↓ 1 callersMethodgetTargetClusterAndIsNamespaceNotActiveAutoForwarding
(ctx context.Context, namespaceEntry *namespace.Namespace, apiName string)
common/rpc/interceptor/dc_redirection_policy.go:185
↓ 1 callersMethodgetTargetClusterReplicationStatus
Check if remote cluster has caught up on all shards on replication tasks from target replica.
service/worker/migration/activities.go:1087
↓ 1 callersMethodgetTaskBatch
TODO(pri): old matcher cleanup: move here type getTasksBatchResponse struct { tasks []*persistencespb.AllocatedTaskInfo readLevel in
service/matching/pri_task_reader.go:212
↓ 1 callersMethodgetTaskBatchWithRange
( ctx context.Context, readLevel int64, maxReadLevel int64, )
service/matching/task_reader.go:199
↓ 1 callersFunctiongetTaskCategoryFlag
(taskCategoryRegistry tasks.TaskCategoryRegistry)
tools/tdbg/tdbg_commands.go:462
↓ 1 callersMethodgetTaskPriority
(task tasks.Task)
service/history/replication/stream_sender.go:706
↓ 1 callersMethodgetTaskQueueDeploymentData
getTaskQueueDeploymentData gets the deployment data for a given TQ type. The data is always returned from the WF type root partition, so no need to wa
tests/worker_deployment_version_test.go:3050
↓ 1 callersMethodgetTaskQueueDetails
( ctx context.Context, namespaceID namespace.ID, state *deploymentspb.VersionLocalState, reportTaskQueueSt
service/worker/workerdeployment/client.go:1692
↓ 1 callersMethodgetTaskQueuePartitionManagerImpl
(ptq *PhysicalTaskQueueKey)
service/matching/matching_engine_test.go:3705
↓ 1 callersMethodgetTaskQueueReachability
Get the reachability of a single build ID in a single task queue scope.
service/frontend/task_reachability.go:151
↓ 1 callersMethodgetTaskScheduler
(priority enumsspb.TaskPriority)
service/history/replication/stream_receiver.go:453
↓ 1 callersFunctiongetTaskTTL
(expireTime *timestamppb.Timestamp)
common/persistence/cassandra/matching_task_store.go:41
↓ 1 callersMethodgetTaskTargetCluster
(task tasks.Task)
service/history/replication/stream_sender.go:718
↓ 1 callersMethodgetTaskTracker
(priority enumsspb.TaskPriority)
service/history/replication/stream_receiver.go:424
↓ 1 callersMethodgetTasks
( ctx context.Context, key *p.TaskQueueKey, batchSize int, )
service/worker/scanner/taskqueue/db.go:40
↓ 1 callersMethodgetTasksPump
nolint:revive // can improve this later
service/matching/task_reader.go:132
↓ 1 callersMethodgetTasksPump
nolint:revive // can simplify later
service/matching/pri_task_reader.go:158
↓ 1 callersFunctiongetTestConfig
(tc namespaceRateLimitInterceptorTestCase)
service/frontend/fx_test.go:688
↓ 1 callersFunctiongetTimerInfoMap
( ctx context.Context, db sqlplugin.DB, shardID int32, namespaceID primitives.UUID, workflowID string, r
common/persistence/sql/execution_state_map.go:150
↓ 1 callersMethodgetTimerTasks
( ctx context.Context, request *p.GetHistoryTasksRequest, )
common/persistence/sql/execution_tasks.go:375
↓ 1 callersMethodgetTimerTasks
( ctx context.Context, request *p.GetHistoryTasksRequest, )
common/persistence/cassandra/mutable_state_task_store.go:365
↓ 1 callersMethodgetTokenKey
( namespace namespace.Name, methodName string, )
common/rpc/interceptor/concurrent_request_limit.go:136
↓ 1 callersMethodgetTopKFairnessKeys
(subqueue subqueueIndex)
service/matching/db.go:439
↓ 1 callersMethodgetTransferTasks
( ctx context.Context, request *p.GetHistoryTasksRequest, )
common/persistence/sql/execution_tasks.go:305
↓ 1 callersMethodgetTransferTasks
( ctx context.Context, request *p.GetHistoryTasksRequest, )
common/persistence/cassandra/mutable_state_task_store.go:284
↓ 1 callersFunctiongetUnaryInterceptors
(params GrpcServerOptionsParams)
service/fx.go:159
↓ 1 callersFunctiongetUnsuccessfulStateFromHeader
(response *http.Response, body []byte)
common/nexus/nexusrpc/client.go:465
↓ 1 callersFunctiongetUpsertSearchAttributes
TODO (alex): remove this func.
tests/xdc/visibility_test.go:287
↓ 1 callersFunctiongetUpstreamHelper
( buildId string, redirectRules []*persistencespb.RedirectRule, visited map[string]bool, )
service/matching/version_rule_helpers.go:543
↓ 1 callersMethodgetUrl
(r *VersionCheckRequest)
common/versioninfo/caller.go:90
↓ 1 callersMethodgetUserDataBatcher
(namespaceId namespace.ID)
service/matching/matching_engine.go:2779
↓ 1 callersMethodgetValidatedMutableState
getValidatedMutableState loads mutable state and validates it with the given function. validate must not mutate the state.
service/history/statemachine_environment.go:329
↓ 1 callersMethodgetVersionInfo
(req *versioninfo.VersionCheckRequest)
service/frontend/version_checker.go:149
↓ 1 callersMethodgetVersionSetForPoll
( caps *commonpb.WorkerVersionCapabilities, versioningData *persistencespb.VersioningData, )
service/matching/task_queue_partition_manager.go:2062
↓ 1 callersMethodgetVertexCandidate
()
common/testing/event_generator.go:255
↓ 1 callersMethodgetVisibilityTasks
( ctx context.Context, request *p.GetHistoryTasksRequest, )
common/persistence/sql/execution_tasks.go:692
← previousnext →11,901–12,000 of 43,335, ranked by callers