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
↓ 7 callers
Function
ConvertStructure
ConvertStructure can be used as a conversion function for New*TypedSettingWithConverter. The value from dynamic config will be converted to T, on top
common/dynamicconfig/collection.go:678
↓ 7 callers
Function
ConvertWeightsToDynamicConfigValue
( weights map[tasks.Priority]int, )
service/history/configs/task.go:26
↓ 7 callers
Function
CopyVersionedTransition
( transition *persistencespb.VersionedTransition, )
common/persistence/transitionhistory/transition_history.go:25
↓ 7 callers
Method
CreateRemoteFrontendGRPCConnection
(rpcAddress string)
common/rpc.go:17
↓ 7 callers
Method
DecodeHistories
Decode History slice from bytes.
common/codec/jsonpb.go:76
↓ 7 callers
Method
DeleteDLQTasks
( ctx context.Context, in *historyservice.DeleteDLQTasksRequest, opts ...grpc.CallOption, )
service/worker/dlq/workflow.go:81
↓ 7 callers
Method
DeletePendingChildExecution
DeletePendingChildExecution deletes details about a ChildExecutionInfo.
service/history/workflow/mutable_state_impl.go:2003
↓ 7 callers
Method
DeleteReplicationTaskFromDLQ
(ctx context.Context, request *DeleteReplicationTaskFromDLQRequest)
common/persistence/data_interfaces.go:1143
↓ 7 callers
Method
Destination
The destination of this task, used to group tasks into a per namespace-and-destination scheduler. Tasks may return an empty string if the task is deli
service/history/hsm/tasks.go:35
↓ 7 callers
Method
DropDatabase
(name string)
tools/common/schema/test/dbtest.go:22
↓ 7 callers
Method
EXPECT
EXPECT returns an object that allows the caller to indicate expected use.
service/matching/task_queue_partition_manager_mock.go:44
↓ 7 callers
Method
EXPECT
EXPECT returns an object that allows the caller to indicate expected use.
service/history/ndc/transaction_manager_mock.go:42
↓ 7 callers
Method
EXPECT
EXPECT returns an object that allows the caller to indicate expected use.
common/archiver/gcloud/connector/client_delegate_mock.go:78
↓ 7 callers
Method
EXPECT
EXPECT returns an object that allows the caller to indicate expected use.
common/archiver/filestore/query_parser_mock.go:38
↓ 7 callers
Method
EXPECT
EXPECT returns an object that allows the caller to indicate expected use.
common/sdk/factory_mock.go:40
↓ 7 callers
Method
EncodingType
()
common/persistence/serialization/serializer.go:34
↓ 7 callers
Method
Err
()
common/clock/context.go:26
↓ 7 callers
Function
ErrorType
ErrorType returns tag for ErrorType
common/log/tag/tags.go:398
↓ 7 callers
Method
Errorf
Errorf implements testlogger.TestingT.
common/testing/testlogger/testlogger_test.go:20
↓ 7 callers
Method
Errorf
(format string, args ...any)
common/testing/await/require_ctx_test.go:497
↓ 7 callers
Method
Exec
Exec executes a cql statement
tools/cassandra/cqlclient.go:203
↓ 7 callers
Method
Exec
Exec executes a sql statement
common/persistence/sql/sqlplugin/postgresql/admin.go:51
↓ 7 callers
Method
Exec
Exec executes a sql statement
common/persistence/sql/sqlplugin/mysql/admin.go:77
↓ 7 callers
Method
Execute
()
service/history/replication/executable_verify_versioned_transition_task.go:78
↓ 7 callers
Method
ExecutePureTask
(baseCtx context.Context, taskAttributes TaskAttributes, taskInstance any)
chasm/tree.go:251
↓ 7 callers
Method
FailoverVersion
(businessID string)
common/namespace/replication_resolver.go:30
↓ 7 callers
Method
ForceDeleteWorkflowExecution
(ctx context.Context, in *ForceDeleteWorkflowExecutionRequest, opts ...grpc.CallOption)
api/historyservice/v1/service_grpc.pb.go:298
↓ 7 callers
Method
ForwardPoll
(ctx context.Context, p *pollMetadata)
service/matching/forwarder_test.go:39
↓ 7 callers
Method
FromPostgreSQLDateTime
(t time.Time)
common/persistence/sql/sqlplugin/postgresql/typeconv.go:14
↓ 7 callers
Method
FromSQLiteDateTime
(t time.Time)
common/persistence/sql/sqlplugin/sqlite/typeconv.go:14
↓ 7 callers
Method
FrontendClient
()
tests/testcore/functional_test_base.go:225
↓ 7 callers
Function
FullJitter
FullJitter return random number from 0 to input, inclusive, exclusive
common/backoff/jitter.go:6
↓ 7 callers
Method
Generate
Generate immediately kicks off a new GeneratorTask. Used after updating the schedule specification.
chasm/lib/scheduler/generator.go:47
↓ 7 callers
Method
GenerateWorkflowStartTasks
( startEvent *historypb.HistoryEvent, )
service/history/workflow/task_generator.go:35
↓ 7 callers
Method
Get
(ctx context.Context)
common/future/future.go:7
↓ 7 callers
Method
Get
Get is used to access an archived history. When context expires this method should stop trying to fetch history. The URI identifies the resource from
common/archiver/interface.go:56
↓ 7 callers
Method
GetActivityScheduledEvent
(context.Context, int64)
service/history/interfaces/mutable_state.go:163
↓ 7 callers
Method
GetBaseWorkflowInfo
()
service/history/interfaces/mutable_state.go:204
↓ 7 callers
Method
GetBuildId
()
api/deployment/v1/message.pb.go:80
↓ 7 callers
Method
GetCallbacks
()
api/historyservice/v1/request_response.pb.go:4191
↓ 7 callers
Method
GetChasmLeaseWithConsistencyCheck
( ctx context.Context, reqClock *clockspb.VectorClock, consistencyPredicate MutableStateConsistencyPr
service/history/api/consistency_checker.go:67
↓ 7 callers
Method
GetCompleteRequest
()
api/historyservice/v1/request_response.pb.go:2067
↓ 7 callers
Method
GetCompleteTime
()
chasm/lib/activity/gen/activitypb/v1/activity_state.pb.go:521
↓ 7 callers
Function
GetEffectiveVersioningBehavior
GetEffectiveVersioningBehavior returns the effective versioning behavior in the following order: 1. DeploymentVersionTransition: if there is a transit
service/history/workflow/util.go:216
↓ 7 callers
Method
GetEffectiveVersioningBehavior
GetEffectiveVersioningBehavior returns the effective versioning behavior in the following order: 1. DeploymentVersionTransition: if there is a transit
service/history/workflow/mutable_state_impl.go:9716
↓ 7 callers
Method
GetExternalPayloadCount
()
service/history/interfaces/mutable_state.go:311
↓ 7 callers
Method
GetExternalPayloadSize
()
service/history/interfaces/mutable_state.go:308
↓ 7 callers
Method
GetFirstExecutionRunId
()
api/schedule/v1/message.pb.go:616
↓ 7 callers
Method
GetFrontendClient
()
client/client_bean.go:28
↓ 7 callers
Method
GetHeader
()
chasm/lib/callback/gen/callbackpb/v1/message.pb.go:381
↓ 7 callers
Method
GetHeartbeatTimeout
()
chasm/lib/activity/gen/activitypb/v1/activity_state.pb.go:258
↓ 7 callers
Method
GetHistoryLength
()
api/cli/v1/message.pb.go:191
↓ 7 callers
Method
GetIfReady
()
common/future/future_impl.go:58
↓ 7 callers
Method
GetInheritedBuildId
()
service/history/interfaces/mutable_state.go:206
↓ 7 callers
Method
GetIsMember
()
api/matchingservice/v1/request_response.pb.go:5533
↓ 7 callers
Method
GetLastStartedTime
()
api/cli/v1/message.pb.go:344
↓ 7 callers
Method
GetLastWorkerIdentity
()
api/cli/v1/message.pb.go:386
↓ 7 callers
Method
GetListWorkflowExecutionsResponse
( searchResult *elastic.SearchResult, namespace namespace.Name, pageSize int, chasmMapper *chasm.Visibilit
common/persistence/visibility/store/elasticsearch/visibility_store.go:855
↓ 7 callers
Method
GetMeter
()
common/metrics/opentelemetry_provider.go:23
↓ 7 callers
Function
GetOrSetNew
GetOrSetNew looks up k in m and returns the result. If it's not present, it uses `new` to allocate an new value type and sets that in the map, then re
common/util/util.go:83
↓ 7 callers
Function
GetOverrideTargetDeploymentVersion
(override *workflowpb.VersioningOverride)
common/worker_versioning/worker_versioning.go:670
↓ 7 callers
Method
GetPauseInfo
()
api/persistence/v1/executions.pb.go:3202
↓ 7 callers
Function
GetPerTaskQueuePartitionIDScope
GetPerTaskQueuePartitionIDScope is similar to GetPerTaskQueuePartitionTypeScope, except that the partition tag will hold the normal partition ID if pa
common/metrics/task_queues.go:43
↓ 7 callers
Method
GetQueryRequest
()
api/matchingservice/v1/request_response.pb.go:1243
↓ 7 callers
Method
GetQuota
()
common/quotas/calculator/calculator.go:5
↓ 7 callers
Method
GetReason
()
chasm/lib/activity/gen/activitypb/v1/activity_state.pb.go:375
↓ 7 callers
Method
GetRemoteFrontendClient
(string)
client/client_bean.go:30
↓ 7 callers
Method
GetRoutingConfigChanged
Deprecated: Marked as deprecated in temporal/server/api/matchingservice/v1/request_response.proto.
api/matchingservice/v1/request_response.pb.go:3014
↓ 7 callers
Method
GetScheduleToCloseTimeout
()
api/persistence/v1/executions.pb.go:2946
↓ 7 callers
Method
GetScheduleToCloseTimeout
()
chasm/lib/nexusoperation/gen/nexusoperationpb/v1/operation.pb.go:370
↓ 7 callers
Method
GetScheduleToStartTimeout
()
api/persistence/v1/executions.pb.go:2939
↓ 7 callers
Method
GetSingleWorkflowHistoryPaginatedIteratorInclusive
( ctx context.Context, remoteClusterName string, namespaceID namespace.ID, workflowID string, r
service/history/replication/eventhandler/remote_history_paginated_fetcher.go:42
↓ 7 callers
Method
GetSourceEventId
()
api/persistence/v1/executions.pb.go:1305
↓ 7 callers
Method
GetSourceTaskId
()
api/replication/v1/message.pb.go:100
↓ 7 callers
Method
GetStartDelay
()
chasm/lib/activity/gen/activitypb/v1/activity_state.pb.go:307
↓ 7 callers
Function
GetStringPropertyFn
(value string)
common/dynamicconfig/setting_gen.go:446
↓ 7 callers
Method
GetTaskInfos
()
api/historyservice/v1/request_response.pb.go:148
↓ 7 callers
Method
GetTreeId
()
api/persistence/v1/history_tree.pb.go:141
↓ 7 callers
Method
GetUpdateCondition
()
service/history/interfaces/mutable_state.go:324
↓ 7 callers
Method
GetUpdateTime
()
api/persistence/v1/executions.pb.go:113
↓ 7 callers
Method
GetVersionHistory
()
api/replication/v1/message.pb.go:1509
↓ 7 callers
Method
GetVersionsInfoInternal
()
api/adminservice/v1/request_response.pb.go:5257
↓ 7 callers
Method
GetWorkflowStatus
()
api/historyservice/v1/request_response.pb.go:670
↓ 7 callers
Method
HasActivityFinishEvent
( scheduledEventID int64, )
service/history/historybuilder/event_store.go:547
↓ 7 callers
Method
HasAnyPollerAfter
HasAnyPollerAfter checks pollers on all versioned and unversioned queues
service/matching/task_queue_partition_manager_interface.go:58
↓ 7 callers
Method
HistoryBranchToBlob
(info *persistencespb.HistoryBranch)
common/persistence/serialization/serializer.go:41
↓ 7 callers
Function
IgnoredValue
IgnoredValue returns tag for IgnoredValue
common/log/tag/tags.go:476
↓ 7 callers
Method
InitializeSystemNamespaces
(ctx context.Context, currentClusterName string)
common/persistence/data_interfaces.go:1227
↓ 7 callers
Method
InsertIntoHistoryTree
(ctx context.Context, row *HistoryTreeRow)
common/persistence/sql/sqlplugin/history_tree.go:45
↓ 7 callers
Method
InsertIntoQueueV2Metadata
(ctx context.Context, row *QueueV2MetadataRow)
common/persistence/sql/sqlplugin/queue_v2_metadata.go:31
↓ 7 callers
Method
InterceptStream
InterceptStream is a gRPC stream server interceptor that enforces authorization.
common/authorization/interceptor.go:188
↓ 7 callers
Method
IsProcessed
(stage DeleteWorkflowExecutionStage)
service/history/tasks/delete_workflow_execution_stage.go:24
↓ 7 callers
Method
IsRetryableError
(err error)
service/history/replication/executable_task.go:65
↓ 7 callers
Function
IsServiceHandlerRetryableError
(err error)
common/util.go:354
↓ 7 callers
Method
IsStickyTaskQueueSet
()
service/history/interfaces/mutable_state.go:226
↓ 7 callers
Function
IsTaskAcked
( task tasks.Task, persistenceQueueState *persistencespb.QueueState, )
service/history/queues/util.go:8
↓ 7 callers
Method
IsTransitionHistoryEnabled
()
service/history/interfaces/mutable_state.go:339
↓ 7 callers
Method
IsVersioned
()
service/matching/physical_task_queue_key.go:148
↓ 7 callers
Method
Len
()
service/history/replication/sequential_batch_queue.go:85
↓ 7 callers
Method
LifecycleState
(Context)
chasm/component.go:14
← previous
next →
3,201–3,300 of 43,335, ranked by callers