MCPcopy Create free account

hub / github.com/temporalio/temporal / functions

Functions43,335 in github.com/temporalio/temporal

↓ 1 callersMethodNumberOfActions
()
common/persistence/visibility/store/elasticsearch/client/bulk_service.go:10
↓ 1 callersMethodNumberOfHosts
()
common/rpc/encryption/tls_factory.go:39
↓ 1 callersMethodOK
()
common/quotas/clocked_rate_limiter.go:50
↓ 1 callersMethodOfferNexusTask
(ctx context.Context, task *internalTask)
service/matching/physical_task_queue_manager.go:106
↓ 1 callersMethodOnClose
(hook func())
common/persistence/sql/sqlplugin/sqlite/db.go:77
↓ 1 callersMethodOnNexusOperationCanceled
(ctx chasm.MutableContext, operation *Operation, cause *failurepb.Failure)
chasm/lib/nexusoperation/operation.go:74
↓ 1 callersMethodOnNexusOperationCancellationCompleted
(ctx chasm.MutableContext, operation *Operation)
chasm/lib/nexusoperation/operation.go:78
↓ 1 callersMethodOnNexusOperationCancellationFailed
(ctx chasm.MutableContext, operation *Operation, cause *failurepb.Failure)
chasm/lib/nexusoperation/operation.go:79
↓ 1 callersMethodOnNexusOperationCompleted
(ctx chasm.MutableContext, operation *Operation, result *commonpb.Payload, links []*commonpb.Link)
chasm/lib/nexusoperation/operation.go:77
↓ 1 callersMethodOnNexusOperationFailed
(ctx chasm.MutableContext, operation *Operation, cause *failurepb.Failure)
chasm/lib/nexusoperation/operation.go:75
↓ 1 callersMethodOnNexusOperationStarted
(ctx chasm.MutableContext, operation *Operation, operationToken string, startTime *time.Time, links []*commonp
chasm/lib/nexusoperation/operation.go:73
↓ 1 callersMethodOnNexusOperationTimedOut
(ctx chasm.MutableContext, operation *Operation, cause *failurepb.Failure, fromAttempt bool)
chasm/lib/nexusoperation/operation.go:76
↓ 1 callersMethodOpaque
()
common/archiver/uri.go:17
↓ 1 callersMethodOutboundTaskGroup
()
service/history/tasks/chasm_task.go:120
↓ 1 callersMethodOutboundTaskInfoToBlob
(info *persistencespb.OutboundTaskInfo)
common/persistence/serialization/serializer.go:65
↓ 1 callersMethodOverrideDynamicConfig
OverrideDynamicConfig overrides a dynamic config setting for the duration of this test. For settings that can be namespace-scoped, a namespace constra
tests/testcore/test_env.go:529
↓ 1 callersMethodPaginateBranchesFromHistoryTree
(ctx context.Context, filter HistoryTreeBranchPage)
common/persistence/sql/sqlplugin/history_tree.go:48
↓ 1 callersFunctionParseDurationDefaultDays
ParseDurationDefaultDays is like time.ParseDuration, but supports unit "d" for days (always interpreted as exactly 24 hours), and also supports unit-l
common/primitives/timestamp/parse_duration.go:38
↓ 1 callersFunctionParsePartitionCountsFromIncomingContext
(ctx context.Context)
client/matching/partition_counts.go:75
↓ 1 callersMethodPartialRefresh
( ctx context.Context, mutableState historyi.MutableState, minVersionedTransition *persistencespb.Versioned
service/history/workflow/task_refresher.go:95
↓ 1 callersMethodPartition
()
service/matching/physical_task_queue_key.go:61
↓ 1 callersMethodPartitionCount
()
service/matching/task_queue_partition_manager_interface.go:63
↓ 1 callersFunctionPerServiceDialOptionsProvider
( logger log.SnTaggedLogger, )
common/resource/fx.go:404
↓ 1 callersFunctionPersistenceDBKindTag
(kind string)
common/metrics/tags.go:586
↓ 1 callersFunctionPickFinalCurrentAndRamping
PickFinalCurrentAndRamping determines the effective "current" and "ramping" deployment versions by comparing timestamps from the legacy deployment dat
common/worker_versioning/worker_versioning.go:842
↓ 1 callersMethodPickReadPartition
PickReadPartition returns the task queue partition to send a poller to. Input is name of the original task queue as specified by caller. When forwarde
client/matching/loadbalancer.go:32
↓ 1 callersMethodPickWritePartition
PickWritePartition returns the task queue partition for adding an activity or workflow task. The input is the name of the original task queue (with no
client/matching/loadbalancer.go:24
↓ 1 callersMethodPing
(ctx context.Context)
common/persistence/visibility/store/elasticsearch/client/client.go:51
↓ 1 callersMethodPluginName
()
common/persistence/sql/sqlplugin/interfaces.go:123
↓ 1 callersMethodPollAndProcessWorkflowTaskWithOptions
(opts *PollAndProcessWorkflowTaskOptions)
tests/testcore/taskpoller.go:109
↓ 1 callersMethodPop
()
tools/fairsim/sim.go:412
↓ 1 callersMethodPop
()
service/matching/counter/map.go:96
↓ 1 callersMethodPop
Pop pop an item from priority queue, used by go internal heap implementation
common/collection/priority_queue.go:86
↓ 1 callersFunctionPredefined
Predefined returns a clone of the predefined search attributes map.
common/searchattribute/sadefs/constants.go:262
↓ 1 callersFunctionPredefinedWhiteList
PredefinedWhiteList returns a clone of the predefined whitelist search attributes map.
common/searchattribute/sadefs/constants.go:267
↓ 1 callersMethodPredicate
(keys []any)
service/history/queues/grouper.go:23
↓ 1 callersMethodPredicate
(keys []any)
service/history/queues/grouper.go:59
↓ 1 callersMethodPretendLocalNamespace
(localClusterName string)
common/namespace/replication_resolver.go:37
↓ 1 callersFunctionPriorityTag
(value locks.Priority)
common/metrics/tags.go:450
↓ 1 callersMethodProcessCloseCallbacks
ProcessCloseCallbacks triggers "WorkflowClosed" callbacks using the CHASM implementation. It schedules all workflow-level and update-level callbacks t
chasm/lib/workflow/workflow.go:77
↓ 1 callersMethodProcessInput
ProcessInput routes the input processing request to the appropriate operation processor and returns routing information for the operation. Returns a
chasm/nexus_operation_processor.go:151
↓ 1 callersMethodProcessInput
ProcessInput routes the input processing request to the appropriate service processor and returns routing information for the operation. Returns a ne
chasm/nexus_operation_processor.go:195
↓ 1 callersMethodProcessTaskAdd
ProcessTaskAdd is called for each Task addition (whether sync or async matching)
service/matching/hooks/task_lifecycle_hooks.go:59
↓ 1 callersMethodProcessUpdateCallbacks
ProcessUpdateCallbacks triggers callbacks for a single updateID if exists.
chasm/lib/workflow/workflow.go:98
↓ 1 callersFunctionProtoRefToComponentRef
ProtoRefToComponentRef converts a persistence ChasmComponentRef reference to a ComponentRef. This is useful for situations where the protobuf Componen
chasm/ref.go:144
↓ 1 callersMethodProtoReflect
()
api/persistence/v1/workflow_mutable_state.pb.go:57
↓ 1 callersMethodProtoReflect
()
chasm/lib/nexusoperation/gen/nexusoperationpb/v1/tasks.pb.go:153
↓ 1 callersMethodPublishToNamespaceDLQ
PublishToNamespaceDLQ is a utility method to add messages to the namespace DLQ
common/persistence/persistence-tests/persistence_test_base.go:374
↓ 1 callersFunctionPurgeDLQ
( ctx context.Context, request *historyservice.PurgeDLQMessagesRequest, shard historyi.ShardContext, repli
service/history/api/replicationadmin/purge_dlq.go:12
↓ 1 callersMethodPurgeMessages
(c *cli.Context)
tools/tdbg/dlq_service.go:21
↓ 1 callersMethodPush
(x any)
tools/fairsim/sim.go:410
↓ 1 callersMethodPush
implements heap.Interface, do not call directly
service/matching/matcher_data.go:104
↓ 1 callersMethodPush
Push push an item to priority queue, used by go internal heap implementation
common/collection/priority_queue.go:81
↓ 1 callersMethodPut
Put adds an element to the cache.
service/matching/reachability.go:343
↓ 1 callersMethodPut
( namespaceID string, taskQueue string, taskQueueType enumspb.TaskQueueType, deploymentName string
common/worker_versioning/version_membership_cache.go:32
↓ 1 callersFunctionQueryTypeTag
(queryType string)
common/metrics/tags.go:515
↓ 1 callersFunctionQueueActionTag
(value string)
common/metrics/tags.go:349
↓ 1 callersFunctionQueueAlert
QueueAlert returns tag for queue alert
common/log/tag/tags.go:612
↓ 1 callersFunctionRandomActivityInfo
()
common/persistence/tests/util.go:268
↓ 1 callersFunctionRandomChasmNode
()
common/persistence/tests/util.go:166
↓ 1 callersFunctionRandomChildExecutionInfo
()
common/persistence/tests/util.go:280
↓ 1 callersFunctionRandomPayload
()
common/persistence/tests/util.go:323
↓ 1 callersFunctionRandomRequestCancelInfo
()
common/persistence/tests/util.go:286
↓ 1 callersFunctionRandomSignalInfo
()
common/persistence/tests/util.go:292
↓ 1 callersFunctionRandomTimerInfo
()
common/persistence/tests/util.go:274
↓ 1 callersFunctionRandomVersionHistory
( eventID int64, lastWriteVersion int64, branchToken []byte, )
common/persistence/tests/util.go:329
↓ 1 callersMethodRangeDeleteFromHistoryImmediateTasks
RangeDeleteFromHistoryImmediateTasks deletes one or more rows from history_immediate_tasks table. HistoryImmediateTasksRangeFilter - {PageSize} will b
common/persistence/sql/sqlplugin/history_immediate_tasks.go:46
↓ 1 callersMethodRangeDeleteFromHistoryScheduledTasks
RangeDeleteFromScheduledTasks deletes one or more rows from history_scheduled_tasks table ScheduledTasksRangeFilter - {TaskID, PageSize} will be ignor
common/persistence/sql/sqlplugin/history_scheduled_tasks.go:50
↓ 1 callersMethodRangeDeleteMessagesFromDLQ
(ctx context.Context, firstMessageID int64, lastMessageID int64)
common/persistence/namespace_replication_queue.go:86
↓ 1 callersMethodRangeDeleteMessagesFromNamespaceDLQ
RangeDeleteMessagesFromNamespaceDLQ deletes messages from namespace DLQ
common/persistence/persistence-tests/persistence_test_base.go:431
↓ 1 callersMethodRangeID
()
service/matching/matching_engine_test.go:5220
↓ 1 callersMethodRangeSelectFromHistoryImmediateTasks
RangeSelectFromHistoryImmediateTasks returns rows that match filter criteria from history_immediate_tasks table.
common/persistence/sql/sqlplugin/history_immediate_tasks.go:41
↓ 1 callersMethodRangeSelectFromHistoryScheduledTasks
RangeSelectFromScheduledTasks returns one or more rows from history_scheduled_tasks table
common/persistence/sql/sqlplugin/history_scheduled_tasks.go:45
↓ 1 callersFunctionReachabilityExitPointTag
ReachabilityExitPointTag returns tag for reachabilityExitPoint
common/log/tag/tags.go:308
↓ 1 callersFunctionReadFullPageEvents
ReadFullPageEvents reads a full page of history events from ExecutionManager. Due to storage format of V2 History it is not guaranteed that pageSize a
common/persistence/history_manager_util.go:19
↓ 1 callersFunctionReadFullPageEventsByBatch
ReadFullPageEventsByBatch reads a full page of history events by batch from ExecutionManager. Due to storage format of V2 History it is not guaranteed
common/persistence/history_manager_util.go:67
↓ 1 callersFunctionReadFullPageEventsReverse
ReadFullPageEventsReverse reads a full page of history events from ExecutionManager in reverse orcer. Due to storage format of V2 History it is not gu
common/persistence/history_manager_util.go:95
↓ 1 callersFunctionReadFullPageRawEvents
ReadFullPageRawEvents reads a full page of raw history events from ExecutionManager. Due to storage format of V2 History it is not guaranteed that pag
common/persistence/history_manager_util.go:43
↓ 1 callersMethodReadLockExecutions
(ctx context.Context, filter ExecutionsFilter)
common/persistence/sql/sqlplugin/history_execution.go:77
↓ 1 callersMethodReadMessages
(c *cli.Context)
tools/tdbg/dlq_service.go:20
↓ 1 callersMethodReadRawTasks
ReadRawTasks returns a page of "raw" tasks from the queue. Here's a quick disambiguation of the different types of tasks: - [go.temporal.io/server/ap
common/persistence/history_task_queue_manager.go:112
↓ 1 callersMethodReadSchemaVersion
ReadSchemaVersion returns the current schema version for the keyspace
common/persistence/schema/version_reader.go:6
↓ 1 callersMethodRecord
(val int64)
common/aggregate/moving_window_average.go:42
↓ 1 callersMethodRecordCompletedAction
( ctx chasm.MutableContext, completed *schedulespb.CompletedResult, requestID string, )
chasm/lib/scheduler/export_test.go:28
↓ 1 callersMethodRecordSDKInfo
RecordSDKInfo records name and version tuple in memory
common/rpc/interceptor/sdk_version.go:48
↓ 1 callersMethodRecvMsg
(m any)
tests/testcore/replication_stream_recorder.go:236
↓ 1 callersFunctionRedirectionPolicyGenerator
RedirectionPolicyGenerator generate corresponding redirection policy
common/rpc/interceptor/dc_redirection_policy.go:74
↓ 1 callersMethodRefCount
()
common/tasks/weighted_channel.go:64
↓ 1 callersMethodRefresh
()
common/quotas/dynamic_rate_limiter_impl.go:128
↓ 1 callersMethodRegenerateTasks
(node *hsm.Node)
components/nexusoperations/statemachine.go:543
↓ 1 callersMethodRegenerateTasks
(*hsm.Node)
components/callbacks/statemachine.go:79
↓ 1 callersFunctionRegisterExecutor
( registry *hsm.Registry, taskExecutorOptions TaskExecutorOptions, )
components/dummy/executors.go:9
↓ 1 callersMethodRegisterOperation
RegisterOperation registers a named operation with this service processor. Returns an error if an operation with the same name is already registered.
chasm/nexus_operation_processor.go:131
↓ 1 callersMethodRegisterRoutes
(r *mux.Router)
service/frontend/nexus_operation_http_handler.go:108
↓ 1 callersMethodRegisterServices
(server *grpc.Server)
chasm/interceptor_test.go:42
↓ 1 callersMethodRegisterTaskQueueWorker
( ctx context.Context, namespaceEntry *namespace.Namespace, deploymentName, buildId string, taskQueueN
service/worker/workerdeployment/client.go:45
↓ 1 callersFunctionRegisterTranslator
RegisterPlugin adds an auth plugin to the plugin registry it is only safe to use from a package init function
common/persistence/nosql/nosqlplugin/cassandra/translator/translator_plugin.go:24
↓ 1 callersMethodRegisterWorkerInVersion
Used internally by the Worker Deployment workflow in its RegisterWorkerInVersion Activity to register a task-queue worker in a version.
service/worker/workerdeployment/client.go:200
↓ 1 callersMethodRejectUpdate
RejectUpdate stores the rejection failure on the WorkflowUpdate component and fires any pending callbacks. This is used when a reapplied update (after
chasm/lib/workflow/workflow.go:110
↓ 1 callersMethodRejectWorkflowExecutionUpdate
RejectWorkflowExecutionUpdate notifies the store that an update was rejected by the worker's validator. The store uses this to fire any completion cal
service/history/workflow/update/store.go:73
← previousnext →10,401–10,500 of 43,335, ranked by callers