MCPcopy Create free account

hub / github.com/temporalio/temporal / functions

Functions43,335 in github.com/temporalio/temporal

↓ 2 callersMethodAwaitSchemaAgreement
(ctx context.Context)
common/persistence/nosql/nosqlplugin/cassandra/gocql/interfaces.go:21
↓ 2 callersMethodBacklogCountHint
BacklogCountHint returns the number of backlog tasks loaded in memory now. It's returned as a hint to the SDK to influence polling behavior (sticky vs
service/matching/backlog_manager.go:46
↓ 2 callersMethodBatchWith
(incomingTask BatchableTask)
service/history/replication/executable_activity_state_task.go:241
↓ 2 callersMethodBind
(...any)
common/persistence/nosql/nosqlplugin/cassandra/gocql/interfaces.go:38
↓ 2 callersFunctionBlockWithTimeout
BlockWithTimeout invokes fn and waits for it to complete until the timeout. Returns true if the call completed before the timeout, otherwise returns f
common/util.go:142
↓ 2 callersFunctionBucketExists
(ctx context.Context, s3cli S3API, URI archiver.URI)
common/archiver/s3store/util.go:78
↓ 2 callersMethodBufferSizeAcceptable
()
service/history/workflow/mutable_state_impl.go:8815
↓ 2 callersMethodBuildCountStmt
()
common/persistence/visibility/store/sql/query_converter_legacy.go:146
↓ 2 callersFunctionBuildSuccessReportMessage
BuildSuccessReportMessage creates a Slack message for success report
tools/ci-notify/slack.go:154
↓ 2 callersFunctionCHASMToLegacyStartScheduleArgs
CHASMToLegacyStartScheduleArgs converts CHASM scheduler state to V1 StartScheduleArgs. This is the primary V2-to-V1 migration function. The migrationT
chasm/lib/scheduler/migration/migration.go:119
↓ 2 callersMethodCLIFlags
CLIFlags returns the CLI flags for the connection parameters.
tools/common/schema/test/dbtest.go:47
↓ 2 callersMethodCacheSize
()
common/cache/size_getter.go:12
↓ 2 callersMethodCalculateQPS
()
service/worker/migration/force_replication_workflow.go:692
↓ 2 callersMethodCanAddEvent
CanAddEvent returns true if an event can be added to the EventStore.
service/history/workflow/update/store.go:67
↓ 2 callersMethodCancel
Cancel stops the timer that triggers the rate limiter to delegate to the underlying rate limiter. It returns true if the timer was stopped before it e
common/quotas/delayed_request_rate_limiter.go:52
↓ 2 callersMethodCancel
( ctx context.Context, args cancelArgs, options nexus.CancelOperationOptions, )
chasm/lib/nexusoperation/invocation.go:62
↓ 2 callersMethodCancelOutstandingPoll
CancelOutstandingPoll is called by frontend to unblock long polls on matching for zombie pollers. Our rpc stack does not support context propagation,
api/matchingservice/v1/service_grpc.pb.go:101
↓ 2 callersMethodCancelOutstandingWorkerPolls
CancelOutstandingWorkerPolls cancels any outstanding polls for a given worker instance key. These polls could be waiting on different partitions of th
api/matchingservice/v1/service_grpc.pb.go:107
↓ 2 callersFunctionCancelPayloadStoreHandler
( ctx context.Context, request CancelPayloadStoreRequest, )
chasm/lib/tests/handler.go:149
↓ 2 callersMethodCancelWorkflow
(ctx context.Context, req *schedulespb.CancelWorkflowRequest)
service/worker/scheduler/activities.go:221
↓ 2 callersMethodCancelWorkflow
CancelWorkflow mocks base method.
common/testing/mocksdk/client_mock.go:49
↓ 2 callersFunctionCancellationAPIState
(status nexusoperationpb.CancellationStatus)
chasm/lib/nexusoperation/cancellation.go:157
↓ 2 callersMethodCaptureMetricsHandler
Deprecated: metric capture is cluster-global. Use (*TestEnv).StartGlobalMetricCapture() or (*TestEnv).StartNamespaceMetricCapture() instead.
tests/testcore/onebox.go:666
↓ 2 callersFunctionCapturePanic
CapturePanic is used to capture panic, it will emit the service panic metric, log the panic and also return the error through pointer. If the panic va
common/metrics/panic.go:15
↓ 2 callersMethodCapturedTrailers
()
common/testing/rpctest/transport_stream.go:83
↓ 2 callersFunctionCertFilePath
(dir string)
tests/testutils/tls.go:19
↓ 2 callersMethodChasmContext
(ctx context.Context)
tests/testcore/onebox.go:302
↓ 2 callersMethodChasmTree
()
service/history/workflow/mutable_state_impl.go:672
↓ 2 callersMethodChasmWorkflowComponent
(ctx context.Context)
service/history/interfaces/mutable_state.go:363
↓ 2 callersMethodCheck
Check settles GC, then returns a full retained-object report and an error for retained objects not covered by expected patterns, expected patterns tha
common/testing/objectleak/leakcheck.go:86
↓ 2 callersFunctionCheckInternalPerNsTaskQueueAllowed
CheckInternalPerNsTaskQueueAllowed tries to block the usage of internal per-namespace task queue for illegal cases. Parameters: - targetTaskQueue: The
common/primitives/task_queues.go:57
↓ 2 callersMethodCheckSpeculativeWorkflowTaskTimeoutTask
(task *tasks.WorkflowTaskTimeoutTask)
service/history/interfaces/mutable_state.go:330
↓ 2 callersMethodCheckTaskQueueUserDataPropagation
Blocks on user data propagation to all loaded partitions. If successful, all loaded workflow + activity partitions have the requested version or highe
api/matchingservice/v1/service_grpc.pb.go:179
↓ 2 callersMethodCheckTaskQueueVersionMembership
CheckTaskQueueVersionMembership checks if a task queue is part of a specific deployment version.
api/matchingservice/v1/service_grpc.pb.go:251
↓ 2 callersMethodChecksumToBlob
(checksum *persistencespb.Checksum)
common/persistence/serialization/serializer.go:52
↓ 2 callersMethodChildExecutionInfoToBlob
(info *persistencespb.ChildExecutionInfo)
common/persistence/serialization/serializer.go:45
↓ 2 callersFunctionCleanupOldDeletedVersions
CleanupOldDeletedVersions removes versions deleted more than 7 days ago. Also removes more deleted versions if the limit is being exceeded. Never remo
common/worker_versioning/worker_versioning.go:1245
↓ 2 callersMethodClearTransientWorkflowTask
()
service/history/interfaces/mutable_state.go:209
↓ 2 callersMethodClientSupportsFeature
(ctx context.Context, feature string)
common/headers/version_checker.go:67
↓ 2 callersMethodClose
()
service/history/replication/bi_direction_stream.go:42
↓ 2 callersFunctionClosePayloadStoreHandler
( ctx context.Context, request ClosePayloadStoreRequest, )
chasm/lib/tests/handler.go:131
↓ 2 callersMethodCloseShard
(ctx context.Context, in *CloseShardRequest, opts ...grpc.CallOption)
api/adminservice/v1/service_grpc.pb.go:86
↓ 2 callersMethodCloseShard
CloseShard close the shard.
api/historyservice/v1/service_grpc.pb.go:247
↓ 2 callersFunctionClusterInformationFromDB
(getClusterResp *persistence.GetClusterMetadataResponse)
common/cluster/metadata.go:581
↓ 2 callersMethodClusterNames
ClusterNames observes the names of the clusters to which this namespace is replicated.
common/namespace/namespace.go:199
↓ 2 callersMethodCompactWithSlice
(slice Slice)
service/history/queues/slice.go:32
↓ 2 callersFunctionComparable
( clock1 *clockspb.VectorClock, clock2 *clockspb.VectorClock, )
service/history/vclock/vclock.go:20
↓ 2 callersMethodCompleteActivity
CompleteActivity mocks base method.
common/testing/mocksdk/client_mock.go:90
↓ 2 callersMethodConn
()
common/persistence/sql/sqlplugin/db_handle.go:146
↓ 2 callersFunctionControllerProvider
( config *configs.Config, logger log.Logger, historyServiceResolver membership.ServiceResolver, metricsHan
service/history/shard/controller_impl.go:70
↓ 2 callersMethodConvertComparisonExpr
( operator string, col *query.SAColumn, value sqlparser.Expr, )
common/persistence/visibility/store/sql/query_converter.go:41
↓ 2 callersMethodConvertComparisonExpr
(operator string, col *SAColumn, value any)
common/persistence/visibility/store/query/converter.go:42
↓ 2 callersMethodConvertComparisonExpr
( operator string, col *query.SAColumn, value any, )
common/persistence/visibility/store/elasticsearch/query_converter.go:96
↓ 2 callersFunctionConvertFromPersistenceTaskKey
( key *persistencespb.TaskKey, )
service/history/shard/context_util.go:30
↓ 2 callersFunctionConvertInternalGetNamespaceResponse
(serializer serialization.Serializer, currentClusterName string, d *InternalGetNamespaceResponse)
common/persistence/metadata_manager.go:150
↓ 2 callersMethodConvertKeywordComparisonExpr
( operator string, col *query.SAColumn, value any, )
common/persistence/visibility/store/elasticsearch/query_converter.go:129
↓ 2 callersFunctionConvertPathToCamel
(input string)
common/util/proto.go:11
↓ 2 callersMethodConvertSql
ConvertSql transforms SQL to Elasticsearch query. nolint:staticcheck
common/persistence/visibility/store/query/converter_legacy.go:199
↓ 2 callersFunctionCopyBaseWorkflowInfo
( baseWorkflowInfo *workflowspb.BaseExecutionInfo, )
common/persistence/xdc_cache.go:161
↓ 2 callersMethodCountWorkers
CountWorkers counts workers in the specified namespace that match the provided query.
api/matchingservice/v1/service_grpc.pb.go:219
↓ 2 callersFunctionCreateCassandraKeyspace
CreateCassandraKeyspace creates the keyspace using this session for given replica count
common/persistence/cassandra/helpers.go:14
↓ 2 callersFunctionCreateFrontendClientRetryPolicy
CreateFrontendClientRetryPolicy creates a retry policy for calls to frontend service
common/util.go:167
↓ 2 callersMethodCreateMatchingGRPCConnection
(rpcAddress string)
common/rpc.go:20
↓ 2 callersFunctionCreateMatchingPollWorkflowTaskQueueResponse
CreateMatchingPollWorkflowTaskQueueResponse create response for matching's PollWorkflowTaskQueue
common/util.go:528
↓ 2 callersMethodCreateNexusEndpoint
Create a Nexus endpoint. (-- api-linter: core::0133::method-signature=disabled aip.dev/not-precedent: CreateNexusEndpoint RPC doesn't follow Google
api/matchingservice/v1/service_grpc.pb.go:192
↓ 2 callersMethodCreateResponse
( wfKey definition.WorkflowKey, outcome *updatepb.Outcome, stage enumspb.UpdateWorkflowExecutionLifecycleSt
service/history/api/updateworkflow/api.go:344
↓ 2 callersFunctionCreateUnaryMetricsHandlerLogTags
CreateUnaryMetricsHandlerLogTags creates metrics handler and log tags for unary RPC calls
common/rpc/interceptor/telemetry.go:367
↓ 2 callersMethodCurrentSuspected
CurrentSuspected returns the number of currently unresolved suspected deadlocks.
common/deadlock/deadlock.go:62
↓ 2 callersFunctionCursorTimestamp
CursorTimestamp returns tag for CursorTimestamp
common/log/tag/tags.go:491
↓ 2 callersFunctionDLQMessageID
(dlqMessageID int64)
common/log/tag/tags.go:669
↓ 2 callersMethodDPanic
DPanic implements log.Logger.
common/testing/testlogger/testlogger.go:469
↓ 2 callersFunctionDecodeWorkerDeploymentMemo
(memo *commonpb.Memo)
service/worker/workerdeployment/util.go:168
↓ 2 callersMethodDedicatedActivityWorkerOptions
DedicatedActivityWorkerOptions returns a DedicatedWorkerOptions for this worker component. Return nil to use default worker instance.
service/worker/common/interface.go:24
↓ 2 callersMethodDedicatedWorkflowWorkerOptions
DedicatedWorkflowWorkerOptions returns a DedicatedWorkerOptions for this worker component. Return nil to use default worker instance.
service/worker/common/interface.go:18
↓ 2 callersMethodDeepEqual
(a any, b any)
common/testing/protorequire/require.go:145
↓ 2 callersMethodDeepHealthCheck
Deep health check history service dependencies health status
api/historyservice/v1/service_grpc.pb.go:323
↓ 2 callersMethodDefaultStoreType
DefaultStoreType returns the storeType for the default persistence store
common/config/persistence.go:27
↓ 2 callersMethodDeleteAllFromChasmNodeMaps
DeleteAllFromChasmNodeMaps deletes all rows related to a particular workflow in the chasm_node_maps table.
common/persistence/sql/sqlplugin/history_chasm.go:54
↓ 2 callersFunctionDeleteAssignmentRule
(timestamp *hlc.Clock, data *persistencespb.VersioningData, req *workflowservice.UpdateWorkerVersioningRules
service/matching/version_rule_helpers.go:141
↓ 2 callersMethodDeleteCHASMPureTasks
(maxScheduledTime time.Time)
chasm/tree.go:220
↓ 2 callersFunctionDeleteCompatibleRedirectRule
(timestamp *hlc.Clock, data *persistencespb.VersioningData, req *workflowservice.UpdateWorkerVersioningRules
service/matching/version_rule_helpers.go:225
↓ 2 callersMethodDeleteDLQTasks
(ctx context.Context, in *DeleteDLQTasksRequest, opts ...grpc.CallOption)
api/historyservice/v1/service_grpc.pb.go:301
↓ 2 callersMethodDeleteExecution
(ctx context.Context, in *DeleteExecutionRequest, opts ...grpc.CallOption)
api/historyservice/v1/service_grpc.pb.go:299
↓ 2 callersMethodDeleteFromChasmNodeMaps
DeleteFromChasmNodeMaps deletes one or more rows in the chasm_node_maps table.
common/persistence/sql/sqlplugin/history_chasm.go:51
↓ 2 callersMethodDeleteFromHistoryNode
(ctx context.Context, row *HistoryNodeRow)
common/persistence/sql/sqlplugin/history_node.go:50
↓ 2 callersMethodDeleteFromTasksV2
DeleteFromTasks deletes multiple rows from tasks table Required filter params: - {RangeHash, TaskQueueID, ExclusiveMaxLevel, Limit} - this will delete
common/persistence/sql/sqlplugin/matching_task_v2.go:47
↓ 2 callersMethodDeleteMessageFromDLQ
(ctx context.Context, messageID int64)
common/persistence/namespace_replication_queue.go:87
↓ 2 callersMethodDeleteNexusEndpoint
Delete a service by its name.
api/matchingservice/v1/service_grpc.pb.go:209
↓ 2 callersMethodDeleteWorkflow
( ctx context.Context, workflowKey definition.WorkflowKey, )
service/history/replication/executable_task.go:815
↓ 2 callersMethodDeleteWorkflowExecution
DeleteWorkflowExecution force deletes a workflow's visibility record, current & concrete execution record and history if possible
api/adminservice/v1/service_grpc.pb.go:143
↓ 2 callersMethodDeleteWorkflowExecution
DeleteWorkflowExecution asynchronously deletes a specific Workflow Execution (when WorkflowExecution.run_id is provided) or the latest Workflow Execut
api/historyservice/v1/service_grpc.pb.go:195
↓ 2 callersFunctionDeletedExecutionsErrorCount
(count int)
common/log/tag/tags.go:984
↓ 2 callersFunctionDeploymentIfValid
DeploymentIfValid returns the deployment back if is both of its fields have value.
common/worker_versioning/worker_versioning.go:248
↓ 2 callersFunctionDeploymentQueueKey
DeploymentQueueKey returns a PhysicalTaskQueueKey of a task queue partition for a deployment.
service/matching/physical_task_queue_key.go:93
↓ 2 callersMethodDescribeHistoryHost
DescribeHistoryHost returns information about the internal states of a history host
service/history/handler.go:704
↓ 2 callersMethodDescribeHistoryHost
DescribeHistoryHost returns information about the internal states of a history host.
api/historyservice/v1/service_grpc.pb.go:245
↓ 2 callersMethodDescribeMutableState
DescribeWorkflowExecution returns information about the internal states of workflow execution.
api/adminservice/v1/service_grpc.pb.go:82
↓ 2 callersMethodDescribeMutableState
DescribeMutableState returns information about the internal states of workflow mutable state.
api/historyservice/v1/service_grpc.pb.go:243
↓ 2 callersMethodDescribeTaskQueue
DescribeTaskQueue returns information about the target task queue, right now this API returns the pollers which polled this task queue in last few min
api/matchingservice/v1/service_grpc.pb.go:110
↓ 2 callersMethodDescribeTaskQueuePartition
DescribeTaskQueuePartition returns information about the target task queue partition.
api/matchingservice/v1/service_grpc.pb.go:112
← previousnext →6,801–6,900 of 43,335, ranked by callers