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
↓ 2 callers
Method
AwaitSchemaAgreement
(ctx context.Context)
common/persistence/nosql/nosqlplugin/cassandra/gocql/interfaces.go:21
↓ 2 callers
Method
BacklogCountHint
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 callers
Method
BatchWith
(incomingTask BatchableTask)
service/history/replication/executable_activity_state_task.go:241
↓ 2 callers
Method
Bind
(...any)
common/persistence/nosql/nosqlplugin/cassandra/gocql/interfaces.go:38
↓ 2 callers
Function
BlockWithTimeout
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 callers
Function
BucketExists
(ctx context.Context, s3cli S3API, URI archiver.URI)
common/archiver/s3store/util.go:78
↓ 2 callers
Method
BufferSizeAcceptable
()
service/history/workflow/mutable_state_impl.go:8815
↓ 2 callers
Method
BuildCountStmt
()
common/persistence/visibility/store/sql/query_converter_legacy.go:146
↓ 2 callers
Function
BuildSuccessReportMessage
BuildSuccessReportMessage creates a Slack message for success report
tools/ci-notify/slack.go:154
↓ 2 callers
Function
CHASMToLegacyStartScheduleArgs
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 callers
Method
CLIFlags
CLIFlags returns the CLI flags for the connection parameters.
tools/common/schema/test/dbtest.go:47
↓ 2 callers
Method
CacheSize
()
common/cache/size_getter.go:12
↓ 2 callers
Method
CalculateQPS
()
service/worker/migration/force_replication_workflow.go:692
↓ 2 callers
Method
CanAddEvent
CanAddEvent returns true if an event can be added to the EventStore.
service/history/workflow/update/store.go:67
↓ 2 callers
Method
Cancel
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 callers
Method
Cancel
( ctx context.Context, args cancelArgs, options nexus.CancelOperationOptions, )
chasm/lib/nexusoperation/invocation.go:62
↓ 2 callers
Method
CancelOutstandingPoll
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 callers
Method
CancelOutstandingWorkerPolls
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 callers
Function
CancelPayloadStoreHandler
( ctx context.Context, request CancelPayloadStoreRequest, )
chasm/lib/tests/handler.go:149
↓ 2 callers
Method
CancelWorkflow
(ctx context.Context, req *schedulespb.CancelWorkflowRequest)
service/worker/scheduler/activities.go:221
↓ 2 callers
Method
CancelWorkflow
CancelWorkflow mocks base method.
common/testing/mocksdk/client_mock.go:49
↓ 2 callers
Function
CancellationAPIState
(status nexusoperationpb.CancellationStatus)
chasm/lib/nexusoperation/cancellation.go:157
↓ 2 callers
Method
CaptureMetricsHandler
Deprecated: metric capture is cluster-global. Use (*TestEnv).StartGlobalMetricCapture() or (*TestEnv).StartNamespaceMetricCapture() instead.
tests/testcore/onebox.go:666
↓ 2 callers
Function
CapturePanic
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 callers
Method
CapturedTrailers
()
common/testing/rpctest/transport_stream.go:83
↓ 2 callers
Function
CertFilePath
(dir string)
tests/testutils/tls.go:19
↓ 2 callers
Method
ChasmContext
(ctx context.Context)
tests/testcore/onebox.go:302
↓ 2 callers
Method
ChasmTree
()
service/history/workflow/mutable_state_impl.go:672
↓ 2 callers
Method
ChasmWorkflowComponent
(ctx context.Context)
service/history/interfaces/mutable_state.go:363
↓ 2 callers
Method
Check
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 callers
Function
CheckInternalPerNsTaskQueueAllowed
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 callers
Method
CheckSpeculativeWorkflowTaskTimeoutTask
(task *tasks.WorkflowTaskTimeoutTask)
service/history/interfaces/mutable_state.go:330
↓ 2 callers
Method
CheckTaskQueueUserDataPropagation
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 callers
Method
CheckTaskQueueVersionMembership
CheckTaskQueueVersionMembership checks if a task queue is part of a specific deployment version.
api/matchingservice/v1/service_grpc.pb.go:251
↓ 2 callers
Method
ChecksumToBlob
(checksum *persistencespb.Checksum)
common/persistence/serialization/serializer.go:52
↓ 2 callers
Method
ChildExecutionInfoToBlob
(info *persistencespb.ChildExecutionInfo)
common/persistence/serialization/serializer.go:45
↓ 2 callers
Function
CleanupOldDeletedVersions
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 callers
Method
ClearTransientWorkflowTask
()
service/history/interfaces/mutable_state.go:209
↓ 2 callers
Method
ClientSupportsFeature
(ctx context.Context, feature string)
common/headers/version_checker.go:67
↓ 2 callers
Method
Close
()
service/history/replication/bi_direction_stream.go:42
↓ 2 callers
Function
ClosePayloadStoreHandler
( ctx context.Context, request ClosePayloadStoreRequest, )
chasm/lib/tests/handler.go:131
↓ 2 callers
Method
CloseShard
(ctx context.Context, in *CloseShardRequest, opts ...grpc.CallOption)
api/adminservice/v1/service_grpc.pb.go:86
↓ 2 callers
Method
CloseShard
CloseShard close the shard.
api/historyservice/v1/service_grpc.pb.go:247
↓ 2 callers
Function
ClusterInformationFromDB
(getClusterResp *persistence.GetClusterMetadataResponse)
common/cluster/metadata.go:581
↓ 2 callers
Method
ClusterNames
ClusterNames observes the names of the clusters to which this namespace is replicated.
common/namespace/namespace.go:199
↓ 2 callers
Method
CompactWithSlice
(slice Slice)
service/history/queues/slice.go:32
↓ 2 callers
Function
Comparable
( clock1 *clockspb.VectorClock, clock2 *clockspb.VectorClock, )
service/history/vclock/vclock.go:20
↓ 2 callers
Method
CompleteActivity
CompleteActivity mocks base method.
common/testing/mocksdk/client_mock.go:90
↓ 2 callers
Method
Conn
()
common/persistence/sql/sqlplugin/db_handle.go:146
↓ 2 callers
Function
ControllerProvider
( config *configs.Config, logger log.Logger, historyServiceResolver membership.ServiceResolver, metricsHan
service/history/shard/controller_impl.go:70
↓ 2 callers
Method
ConvertComparisonExpr
( operator string, col *query.SAColumn, value sqlparser.Expr, )
common/persistence/visibility/store/sql/query_converter.go:41
↓ 2 callers
Method
ConvertComparisonExpr
(operator string, col *SAColumn, value any)
common/persistence/visibility/store/query/converter.go:42
↓ 2 callers
Method
ConvertComparisonExpr
( operator string, col *query.SAColumn, value any, )
common/persistence/visibility/store/elasticsearch/query_converter.go:96
↓ 2 callers
Function
ConvertFromPersistenceTaskKey
( key *persistencespb.TaskKey, )
service/history/shard/context_util.go:30
↓ 2 callers
Function
ConvertInternalGetNamespaceResponse
(serializer serialization.Serializer, currentClusterName string, d *InternalGetNamespaceResponse)
common/persistence/metadata_manager.go:150
↓ 2 callers
Method
ConvertKeywordComparisonExpr
( operator string, col *query.SAColumn, value any, )
common/persistence/visibility/store/elasticsearch/query_converter.go:129
↓ 2 callers
Function
ConvertPathToCamel
(input string)
common/util/proto.go:11
↓ 2 callers
Method
ConvertSql
ConvertSql transforms SQL to Elasticsearch query. nolint:staticcheck
common/persistence/visibility/store/query/converter_legacy.go:199
↓ 2 callers
Function
CopyBaseWorkflowInfo
( baseWorkflowInfo *workflowspb.BaseExecutionInfo, )
common/persistence/xdc_cache.go:161
↓ 2 callers
Method
CountWorkers
CountWorkers counts workers in the specified namespace that match the provided query.
api/matchingservice/v1/service_grpc.pb.go:219
↓ 2 callers
Function
CreateCassandraKeyspace
CreateCassandraKeyspace creates the keyspace using this session for given replica count
common/persistence/cassandra/helpers.go:14
↓ 2 callers
Function
CreateFrontendClientRetryPolicy
CreateFrontendClientRetryPolicy creates a retry policy for calls to frontend service
common/util.go:167
↓ 2 callers
Method
CreateMatchingGRPCConnection
(rpcAddress string)
common/rpc.go:20
↓ 2 callers
Function
CreateMatchingPollWorkflowTaskQueueResponse
CreateMatchingPollWorkflowTaskQueueResponse create response for matching's PollWorkflowTaskQueue
common/util.go:528
↓ 2 callers
Method
CreateNexusEndpoint
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 callers
Method
CreateResponse
( wfKey definition.WorkflowKey, outcome *updatepb.Outcome, stage enumspb.UpdateWorkflowExecutionLifecycleSt
service/history/api/updateworkflow/api.go:344
↓ 2 callers
Function
CreateUnaryMetricsHandlerLogTags
CreateUnaryMetricsHandlerLogTags creates metrics handler and log tags for unary RPC calls
common/rpc/interceptor/telemetry.go:367
↓ 2 callers
Method
CurrentSuspected
CurrentSuspected returns the number of currently unresolved suspected deadlocks.
common/deadlock/deadlock.go:62
↓ 2 callers
Function
CursorTimestamp
CursorTimestamp returns tag for CursorTimestamp
common/log/tag/tags.go:491
↓ 2 callers
Function
DLQMessageID
(dlqMessageID int64)
common/log/tag/tags.go:669
↓ 2 callers
Method
DPanic
DPanic implements log.Logger.
common/testing/testlogger/testlogger.go:469
↓ 2 callers
Function
DecodeWorkerDeploymentMemo
(memo *commonpb.Memo)
service/worker/workerdeployment/util.go:168
↓ 2 callers
Method
DedicatedActivityWorkerOptions
DedicatedActivityWorkerOptions returns a DedicatedWorkerOptions for this worker component. Return nil to use default worker instance.
service/worker/common/interface.go:24
↓ 2 callers
Method
DedicatedWorkflowWorkerOptions
DedicatedWorkflowWorkerOptions returns a DedicatedWorkerOptions for this worker component. Return nil to use default worker instance.
service/worker/common/interface.go:18
↓ 2 callers
Method
DeepEqual
(a any, b any)
common/testing/protorequire/require.go:145
↓ 2 callers
Method
DeepHealthCheck
Deep health check history service dependencies health status
api/historyservice/v1/service_grpc.pb.go:323
↓ 2 callers
Method
DefaultStoreType
DefaultStoreType returns the storeType for the default persistence store
common/config/persistence.go:27
↓ 2 callers
Method
DeleteAllFromChasmNodeMaps
DeleteAllFromChasmNodeMaps deletes all rows related to a particular workflow in the chasm_node_maps table.
common/persistence/sql/sqlplugin/history_chasm.go:54
↓ 2 callers
Function
DeleteAssignmentRule
(timestamp *hlc.Clock, data *persistencespb.VersioningData, req *workflowservice.UpdateWorkerVersioningRules
service/matching/version_rule_helpers.go:141
↓ 2 callers
Method
DeleteCHASMPureTasks
(maxScheduledTime time.Time)
chasm/tree.go:220
↓ 2 callers
Function
DeleteCompatibleRedirectRule
(timestamp *hlc.Clock, data *persistencespb.VersioningData, req *workflowservice.UpdateWorkerVersioningRules
service/matching/version_rule_helpers.go:225
↓ 2 callers
Method
DeleteDLQTasks
(ctx context.Context, in *DeleteDLQTasksRequest, opts ...grpc.CallOption)
api/historyservice/v1/service_grpc.pb.go:301
↓ 2 callers
Method
DeleteExecution
(ctx context.Context, in *DeleteExecutionRequest, opts ...grpc.CallOption)
api/historyservice/v1/service_grpc.pb.go:299
↓ 2 callers
Method
DeleteFromChasmNodeMaps
DeleteFromChasmNodeMaps deletes one or more rows in the chasm_node_maps table.
common/persistence/sql/sqlplugin/history_chasm.go:51
↓ 2 callers
Method
DeleteFromHistoryNode
(ctx context.Context, row *HistoryNodeRow)
common/persistence/sql/sqlplugin/history_node.go:50
↓ 2 callers
Method
DeleteFromTasksV2
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 callers
Method
DeleteMessageFromDLQ
(ctx context.Context, messageID int64)
common/persistence/namespace_replication_queue.go:87
↓ 2 callers
Method
DeleteNexusEndpoint
Delete a service by its name.
api/matchingservice/v1/service_grpc.pb.go:209
↓ 2 callers
Method
DeleteWorkflow
( ctx context.Context, workflowKey definition.WorkflowKey, )
service/history/replication/executable_task.go:815
↓ 2 callers
Method
DeleteWorkflowExecution
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 callers
Method
DeleteWorkflowExecution
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 callers
Function
DeletedExecutionsErrorCount
(count int)
common/log/tag/tags.go:984
↓ 2 callers
Function
DeploymentIfValid
DeploymentIfValid returns the deployment back if is both of its fields have value.
common/worker_versioning/worker_versioning.go:248
↓ 2 callers
Function
DeploymentQueueKey
DeploymentQueueKey returns a PhysicalTaskQueueKey of a task queue partition for a deployment.
service/matching/physical_task_queue_key.go:93
↓ 2 callers
Method
DescribeHistoryHost
DescribeHistoryHost returns information about the internal states of a history host
service/history/handler.go:704
↓ 2 callers
Method
DescribeHistoryHost
DescribeHistoryHost returns information about the internal states of a history host.
api/historyservice/v1/service_grpc.pb.go:245
↓ 2 callers
Method
DescribeMutableState
DescribeWorkflowExecution returns information about the internal states of workflow execution.
api/adminservice/v1/service_grpc.pb.go:82
↓ 2 callers
Method
DescribeMutableState
DescribeMutableState returns information about the internal states of workflow mutable state.
api/historyservice/v1/service_grpc.pb.go:243
↓ 2 callers
Method
DescribeTaskQueue
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 callers
Method
DescribeTaskQueuePartition
DescribeTaskQueuePartition returns information about the target task queue partition.
api/matchingservice/v1/service_grpc.pb.go:112
← previous
next →
6,801–6,900 of 43,335, ranked by callers