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
DescribeTaskQueuePartition
(ctx context.Context, in *DescribeTaskQueuePartitionRequest, opts ...grpc.CallOption)
api/adminservice/v1/service_grpc.pb.go:159
↓ 2 callers
Method
DescribeVersion
( ctx context.Context, namespaceEntry *namespace.Namespace, version string, reportTaskQueueStats bool, )
service/worker/workerdeployment/client.go:416
↓ 2 callers
Method
DescribeVersionedTaskQueues
DescribeVersionedTaskQueues returns details about the requested versioned task queues. It is an internal API; there is no direct user-facing equivalen
api/matchingservice/v1/service_grpc.pb.go:115
↓ 2 callers
Method
DescribeWorker
DescribeWorker retrieves a worker information in the specified namespace that match the provided instance key. Returns an error if the namespace or wo
api/matchingservice/v1/service_grpc.pb.go:235
↓ 2 callers
Method
DescribeWorkflowExecution
DescribeWorkflowExecution returns information about the specified workflow execution.
api/historyservice/v1/service_grpc.pb.go:233
↓ 2 callers
Method
DescribeWorkflowRule
( ctx context.Context, request *workflowservice.DescribeWorkflowRuleRequest, opts ...grpc.CallOption, )
client/frontend/client_gen.go:292
↓ 2 callers
Function
DeserializeHistoryToken
NOTE: DO NOT MODIFY UNLESS ALSO APPLIED TO ./service/frontend/token_deprecated.go
service/history/api/token.go:75
↓ 2 callers
Method
DeserializeNexusTaskToken
(data []byte)
common/tasktoken/serializer.go:48
↓ 2 callers
Method
DeserializeQueryTaskToken
(data []byte)
common/tasktoken/serializer.go:35
↓ 2 callers
Function
DeserializeRawHistoryToken
NOTE: DO NOT MODIFY UNLESS ALSO APPLIED TO ./service/frontend/token_deprecated.go
service/history/api/token.go:60
↓ 2 callers
Method
DeserializeReplicationTask
(replicationTask *persistencespb.ReplicationTaskInfo)
common/persistence/serialization/serializer.go:105
↓ 2 callers
Method
DeserializeTask
(category tasks.Category, blob *commonpb.DataBlob)
service/history/api/addtasks/api.go:20
↓ 2 callers
Function
DetailInfo
DetailInfo returns tag for DetailInfo
common/log/tag/tags.go:506
↓ 2 callers
Method
DisableEagerActivityDispatchForBuggyClients
DisableEagerActivityDispatchForBuggyClients compensates for SDK versions that have buggy implementations of eager activity dispatch
service/frontend/overrides.go:50
↓ 2 callers
Method
DispatchNexusTask
Request from frontend to synchronously dispatch a nexus task to a worker.
api/matchingservice/v1/service_grpc.pb.go:87
↓ 2 callers
Function
ESMapping
(mapping map[string]enumspb.IndexedValueType)
common/log/tag/tags.go:746
↓ 2 callers
Method
EXPECT
EXPECT returns an object that allows the caller to indicate expected use.
service/worker/common/interface_mock.go:116
↓ 2 callers
Method
EXPECT
EXPECT returns an object that allows the caller to indicate expected use.
service/matching/task_validation_mock.go:40
↓ 2 callers
Method
EXPECT
EXPECT returns an object that allows the caller to indicate expected use.
service/history/queues/queue_mock.go:39
↓ 2 callers
Method
EXPECT
EXPECT returns an object that allows the caller to indicate expected use.
service/history/replication/executable_task_mock.go:46
↓ 2 callers
Method
EXPECT
EXPECT returns an object that allows the caller to indicate expected use.
service/history/deletemanager/delete_manager_mock.go:43
↓ 2 callers
Method
EXPECT
EXPECT returns an object that allows the caller to indicate expected use.
common/persistence/data_interfaces_mock.go:644
↓ 2 callers
Method
EXPECT
EXPECT returns an object that allows the caller to indicate expected use.
common/persistence/data_interfaces_mock.go:1358
↓ 2 callers
Method
EXPECT
EXPECT returns an object that allows the caller to indicate expected use.
common/persistence/mock/store_mock.go:561
↓ 2 callers
Method
EXPECT
EXPECT returns an object that allows the caller to indicate expected use.
common/persistence/mock/store_mock.go:727
↓ 2 callers
Method
EXPECT
EXPECT returns an object that allows the caller to indicate expected use.
common/persistence/mock/store_mock.go:1513
↓ 2 callers
Method
EXPECT
EXPECT returns an object that allows the caller to indicate expected use.
common/archiver/gcloud/connector/client_delegate_mock.go:280
↓ 2 callers
Method
EXPECT
EXPECT returns an object that allows the caller to indicate expected use.
common/archiver/gcloud/connector/client_delegate_mock.go:333
↓ 2 callers
Method
EXPECT
EXPECT returns an object that allows the caller to indicate expected use.
common/archiver/provider/provider_mock.go:39
↓ 2 callers
Method
EXPECT
EXPECT returns an object that allows the caller to indicate expected use.
common/testing/mockapi/workflowservicemock/v1/service_grpc.pb.mock.go:41
↓ 2 callers
Method
EXPECT
EXPECT returns an object that allows the caller to indicate expected use.
chasm/engine_mock.go:39
↓ 2 callers
Function
EncodeClusterShardMD
( sourceClusterShardID ClusterShardID, targetClusterShardID ClusterShardID, )
client/history/metadata.go:25
↓ 2 callers
Method
EncodeHistoryEvents
Encode HistoryEvent slice to bytes.
common/codec/jsonpb.go:49
↓ 2 callers
Method
EngineContext
EngineContext returns a context with a mock engine. Requires withMockEngine().
chasm/lib/scheduler/helper_test.go:310
↓ 2 callers
Method
EnqueueMessage
EnqueueMessage adds a message to the back of the queue.
common/persistence/persistence_interface.go:811
↓ 2 callers
Method
EnsureChasmWorkflowComponent
Ensures that the chasm workflow component is installed in the mutable state CHASM tree. Must be called before adding any components to the tree.
service/history/interfaces/mutable_state.go:367
↓ 2 callers
Function
EnumValues
()
common/testing/protoutils/enum.go:10
↓ 2 callers
Function
EqVersionedTransition
Helper function to create the matcher
service/history/ndc/workflow_state_replicator_test.go:602
↓ 2 callers
Function
Equal
Equal returns whether two Clocks are equal
common/clock/hybrid_logical_clock/hybrid_logical_clock.go:82
↓ 2 callers
Function
ErrorHash
(err error)
common/util.go:407
↓ 2 callers
Method
EstimateSize
(v any)
common/archiver/history_iterator.go:221
↓ 2 callers
Method
Evaluate
(query string)
service/history/workflow/matcher/evaluator.go:11
↓ 2 callers
Method
EvictSelf
EvictSelf evicts this member from the membership ring. After this method is called, other members will discover that this node is no longer part of th
common/membership/interfaces.go:44
↓ 2 callers
Method
Exec
()
common/persistence/nosql/nosqlplugin/cassandra/gocql/interfaces.go:27
↓ 2 callers
Method
Execute
()
service/history/replication/executable_sync_versioned_transition_task.go:71
↓ 2 callers
Method
Execute
()
service/history/replication/executable_delete_execution_task.go:79
↓ 2 callers
Method
Execute
()
service/history/replication/executable_backfill_history_events_task.go:73
↓ 2 callers
Method
Execute
( ctx chasm.MutableContext, backfiller *Backfiller, _ chasm.TaskAttributes, _ *schedulerpb.BackfillerTask,
chasm/lib/scheduler/backfiller_tasks.go:70
↓ 2 callers
Method
Execute
( ctx context.Context, ref chasm.ComponentRef, taskAttr chasm.TaskAttributes, task *callbackspb.Invocation
chasm/lib/callback/tasks.go:111
↓ 2 callers
Method
ExecuteMultiOperation
ExecuteMultiOperation executes multiple operations within a single workflow.
api/historyservice/v1/service_grpc.pb.go:185
↓ 2 callers
Function
ExecutionStateChanged
ExecutionStateChanged returns true if execution state has advanced beyond the state encoded in refBytes. It may return ErrInvalidComponentRef or ErrMa
chasm/transition_history.go:11
↓ 2 callers
Method
ExpectReadComponent
ExpectReadComponent sets up mock expectations for reading a component.
chasm/lib/scheduler/helper_test.go:318
↓ 2 callers
Method
ExpectUpdateComponent
ExpectUpdateComponent sets up mock expectations for updating a component.
chasm/lib/scheduler/helper_test.go:329
↓ 2 callers
Function
ExtractIntValue
(s string)
common/sqlquery/query.go:42
↓ 2 callers
Function
ExtractReplicationMessages
ExtractReplicationMessages extracts WorkflowReplicationMessages from a proto message. This is a helper for tests that need to inspect replication mess
tests/testcore/utils.go:108
↓ 2 callers
Function
ExtractVersioningBehaviorFromOverride
(override *workflowpb.VersioningOverride)
common/worker_versioning/worker_versioning.go:685
↓ 2 callers
Method
FailOnError
FailOnError overrides the behavior of this logger. It returns the previous value so that it can be restored later.
common/testing/testlogger/testlogger.go:411
↓ 2 callers
Method
FailureError
FailureError returns failure or error which will be set on Update futures while aborting Update. Only one of the return values will be non-nil.
service/history/workflow/update/abort_reason.go:108
↓ 2 callers
Function
FindAutoResetPoint
FindAutoResetPoint returns the auto reset point
service/history/workflow/util.go:128
↓ 2 callers
Function
FindLCAVersionHistoryItemFromItems
(versionHistoryItemsA [][]*historyspb.VersionHistoryItem, versionHistoryItemsB []*historyspb.VersionHistoryIte
common/persistence/versionhistory/version_history.go:137
↓ 2 callers
Method
FinishedDraining
FinishedDraining is called by a draining backlog manager when it has fully drained.
service/matching/physical_task_queue_manager_interface.go:28
↓ 2 callers
Function
FixFollowEvents
( ctx context.Context, versionChecker headers.VersionChecker, isCloseEventOnly bool, history *historypb.Hi
service/history/api/get_history_util.go:555
↓ 2 callers
Method
ForceLoadTaskQueuePartition
Force loading a task queue partition. Used by matching node owning root partition. When root partition is loaded this is called for all child partitio
api/matchingservice/v1/service_grpc.pb.go:158
↓ 2 callers
Method
ForceUnloadTaskQueue
TODO Shivam - remove this in 123. Present for backwards compatibility.
api/matchingservice/v1/service_grpc.pb.go:160
↓ 2 callers
Method
ForceUnloadTaskQueuePartition
Force unloading a task queue partition.
api/matchingservice/v1/service_grpc.pb.go:162
↓ 2 callers
Method
ForceUnloadTaskQueuePartition
(ctx context.Context, in *ForceUnloadTaskQueuePartitionRequest, opts ...grpc.CallOption)
api/adminservice/v1/service_grpc.pb.go:160
↓ 2 callers
Method
Format
(buf *sqlparser.TrackedBuffer)
common/persistence/sql/sqlplugin/postgresql/query_converter.go:34
↓ 2 callers
Function
FormatMessageForDebug
FormatMessageForDebug formats the message for console output
tools/ci-notify/slack.go:114
↓ 2 callers
Function
ForwardPollWithTarget
ForwardPollWithTarget forwards a poll request to another partition
service/matching/pri_forwarder.go:217
↓ 2 callers
Function
FromPersistenceRange
( r *persistencespb.QueueSliceRange, )
service/history/queues/convert.go:79
↓ 2 callers
Function
FromPersistenceScope
( scope *persistencespb.QueueSliceScope, )
service/history/queues/convert.go:61
↓ 2 callers
Method
Gauge
Gauge implements [metrics.Handler.Gauge].
common/metrics/metricstest/capture_handler.go:122
↓ 2 callers
Method
GenerateDeleteExecutionTask
()
service/history/workflow/task_generator.go:46
↓ 2 callers
Method
GenerateLastHistoryReplicationTasks
(ctx context.Context, in *GenerateLastHistoryReplicationTasksRequest, opts ...grpc.CallOption)
api/adminservice/v1/service_grpc.pb.go:158
↓ 2 callers
Method
GenerateLastHistoryReplicationTasks
GenerateLastHistoryReplicationTasks generate a replication task for last history event for requested workflow execution
api/historyservice/v1/service_grpc.pb.go:273
↓ 2 callers
Method
GenerateMigrationTasks
(targetClusters []string)
service/history/workflow/task_generator.go:90
↓ 2 callers
Function
GenerateNexusCallback
GenerateNexusCallback builds a Nexus completion callback targeting the CHASM component identified by serializedRef (obtained from Context.Ref). When e
chasm/nexus_completion.go:33
↓ 2 callers
Method
GenerateRecordActivityTaskStartedResponse
GenerateRecordActivityTaskStartedResponse generates the response for HandleStarted.
chasm/lib/activity/activity.go:238
↓ 2 callers
Function
GenerateRequestID
GenerateRequestID generates a deterministic request ID for a buffered action's time. The request ID is deterministic because the jittered actual time
common/schedules/id.go:18
↓ 2 callers
Method
GenerateScheduleSpeculativeWorkflowTaskTasks
( workflowTask *historyi.WorkflowTaskInfo, )
service/history/workflow/task_generator.go:56
↓ 2 callers
Function
GenerateSelfSignedCAPool
(caCert *tls.Certificate)
tests/testutils/tls.go:97
↓ 2 callers
Function
GenerateStartedEventRefLink
GenerateStartedEventRefLink builds a Link pointing to the WORKFLOW_EXECUTION_STARTED event. Use this for backlinks to workflow start: the started even
service/history/api/link_util.go:12
↓ 2 callers
Method
GenerateTaskIDs
(number int)
service/history/interfaces/shard_context.go:66
↓ 2 callers
Method
GenerateWorkerCommandsTasks
(commands []*workerpb.WorkerCommand, controlQueue string)
service/history/workflow/task_generator.go:66
↓ 2 callers
Method
GetAckLevel
()
api/persistence/v1/tasks.pb.go:425
↓ 2 callers
Method
GetAckLevels
(ctx context.Context)
common/persistence/namespace_replication_queue.go:72
↓ 2 callers
Method
GetActivityByActivityID
GetActivityByActivityID gives details about an activity that is currently in progress.
service/history/workflow/mutable_state_impl.go:1630
↓ 2 callers
Method
GetActivityInfoWithTimerHeartbeat
(scheduledEventID int64)
service/history/interfaces/mutable_state.go:161
↓ 2 callers
Method
GetActivityPaused
()
api/historyservice/v1/request_response.pb.go:2451
↓ 2 callers
Method
GetActivityReset
()
api/persistence/v1/executions.pb.go:3209
↓ 2 callers
Method
GetActivityScheduledEventId
()
api/persistence/v1/hsm.pb.go:618
↓ 2 callers
Method
GetAdmission
()
api/persistence/v1/update.pb.go:266
↓ 2 callers
Function
GetAllClustersIter
GetAllClustersIter returns an iterator that can be used to iterate over all clusters in the metadata store.
common/cluster/metadata.go:559
↓ 2 callers
Method
GetAndDo
GetAndDo returns the value corresponding to the key, and apply fn to key value before return value return (value, value exist or not, error when evalu
common/collection/interface.go:43
↓ 2 callers
Method
GetAndDo
GetAndDo returns the value corresponding to the key, and apply fn to key value before return value return (value, value exist or not, error when evalu
common/collection/concurrent_tx_map.go:127
↓ 2 callers
Method
GetAndResetSDKInfo
GetAndResetSDKInfo gets all recorded name, version tuples and resets internal records
common/rpc/interceptor/sdk_version.go:64
↓ 2 callers
Function
GetAudienceMapperFromConfig
GetAudienceMapperFromConfig returns a JWTAudienceMapper based on the provided Authorization config. Currently, it returns a static audience mapper usi
common/authorization/audience_mapper.go:27
↓ 2 callers
Method
GetAutoResetPoints
()
api/cli/v1/message.pb.go:233
↓ 2 callers
Method
GetBackfillHistoryTaskAttributes
()
api/replication/v1/message.pb.go:177
↓ 2 callers
Function
GetBackoffForNextScheduleNonNegative
GetBackoffForNextScheduleNonNegative calculates the backoff time and ensures a non-negative duration.
common/backoff/cron.go:67
← previous
next →
6,901–7,000 of 43,335, ranked by callers