persistence_metric_clients.go ×5

Frontier kind: Code frontier

unlabeled · c_d6c9889ff786

276 tests · 3676 LOC · 171 files · introduces 0 tests · 45 LOC · 7 files

Introduces — evidence that enters the hierarchy at this concept

Code
15 ranges45 lines · 7 files
Tests
0 tests

Contains — complete concept membership

All code (extent)
637 ranges3676 lines · 171 files · Browse complete extent
All tests (intent)
276 testsBrowse complete intent

Neighbourhood graph

The orange circle is the focus. Violet and green circles are every ancestor and descendant, broader and narrower, at any distance; blue squares and pink diamonds are the introduced files and exact introduced tests of every visible concept, not only the focus's. Arrows point from broader to narrower concepts and bridge only concepts omitted from this view. Undirected links show source or test introduction. Concept and file size follows LOC; exact test nodes use test-count units.

Introduced files, introduced tests, and structurally relevant concept specialization

In the embedded map, ordinary wheel input scrolls the page; use the visible controls to zoom and drag to pan. Open the full-screen map for canvas navigation: wheel pans, Ctrl/Command plus wheel zooms, and arrow keys pan when this region is focused. On touch screens, open the full-screen map to pan or pinch. If JavaScript or WebGL is unavailable, use the native relationship evidence on this page.

Graph controls are ready.

Interactive rendering requires JavaScript and WebGL. Use the native relationship evidence on this page while the interactive map is unavailable.

Native relationship evidence

Every exact file and test below is linked only from the concept that introduces it.

Introduced tests

Every collected test enters the hierarchy at exactly one concept.

No tests are introduced at this concept. Its intent tests are introduced by other concepts.

Introduced code

Every collected source range enters the hierarchy at exactly one concept.

7 files ranked by introduced lines: 45 introduced LOC across 15 ranges. Expand a file to inspect source; the > gutter marks introduced lines.

go.temporal.io/server/common/persistence/persistence_metric_clients.go 15 introduced LOC · 5 ranges

Open complete file

214 }
215
216 > func (p *shardPersistenceClient) Close() { persistence_metric_clients.go
217 > p.persistence.Close()
218 > }
219
220 func (p *executionPersistenceClient) GetName() string {
587 }
588
589 > func (p *executionPersistenceClient) Close() { persistence_metric_clients.go
590 > p.persistence.Close()
591 > }
592
593 func (p *taskPersistenceClient) GetName() string {
771 }
772
773 > func (p *taskPersistenceClient) Close() { persistence_metric_clients.go
774 > p.persistence.Close()
775 > }
776
777 func (p *metadataPersistenceClient) GetName() string {
1216 }
1217
1218 > func (p *queuePersistenceClient) Close() { persistence_metric_clients.go
1219 > p.persistence.Close()
1220 > }
1221
1222 func (p *clusterMetadataPersistenceClient) Close() {
1357 }
1358
1359 > func (p *nexusEndpointPersistenceClient) Close() { persistence_metric_clients.go
1360 > p.persistence.Close()
1361 > }
1362
1363 func (p *nexusEndpointPersistenceClient) GetNexusEndpoint(
go.temporal.io/server/common/persistence/persistence_retryable_clients.go 15 introduced LOC · 5 ranges

Open complete file

193 }
194
195 > func (p *shardRetryablePersistenceClient) Close() { persistence_retryable_clients.go
196 > p.persistence.Close()
197 > }
198
199 func (p *executionRetryablePersistenceClient) GetName() string {
598 }
599
600 > func (p *executionRetryablePersistenceClient) Close() { persistence_retryable_clients.go
601 > p.persistence.Close()
602 > }
603
604 func (p *taskRetryablePersistenceClient) GetName() string {
788 }
789
790 > func (p *taskRetryablePersistenceClient) Close() { persistence_retryable_clients.go
791 > p.persistence.Close()
792 > }
793
794 func (p *metadataRetryablePersistenceClient) GetName() string {
1198 }
1199
1200 > func (p *queueRetryablePersistenceClient) Close() { persistence_retryable_clients.go
1201 > p.persistence.Close()
1202 > }
1203
1204 func (p *nexusEndpointRetryablePersistenceClient) GetName() string {
1206 }
1207
1208 > func (p *nexusEndpointRetryablePersistenceClient) Close() { persistence_retryable_clients.go
1209 > p.persistence.Close()
1210 > }
1211
1212 func (p *nexusEndpointRetryablePersistenceClient) GetNexusEndpoint(
go.temporal.io/server/common/persistence/execution_manager.go 3 introduced LOC · 1 range

Open complete file

1077 }
1078
1079 > func (m *executionManagerImpl) Close() { execution_manager.go
1080 > m.persistence.Close()
1081 > }
1082
1083 func (m *executionManagerImpl) trimHistoryNode(
go.temporal.io/server/common/persistence/namespace_replication_queue.go 3 introduced LOC · 1 range

Open complete file

89 )
90
91 > func (q *namespaceReplicationQueueImpl) Close() { namespace_replication_queue.go
92 > q.queue.Close()
93 > }
94
95 func (q *namespaceReplicationQueueImpl) Publish(ctx context.Context, task *replicationspb.ReplicationTask) error {
go.temporal.io/server/common/persistence/nexus_endpoint_manager.go 3 introduced LOC · 1 range

Open complete file

44 }
45
46 > func (m *nexusEndpointManagerImpl) Close() { nexus_endpoint_manager.go
47 > m.persistence.Close()
48 > }
49
50 func (m *nexusEndpointManagerImpl) GetNexusEndpoint(
go.temporal.io/server/common/persistence/shard_manager.go 3 introduced LOC · 1 range

Open complete file

26 }
27
28 > func (m *shardManagerImpl) Close() { shard_manager.go
29 > m.shardStore.Close()
30 > }
31
32 func (m *shardManagerImpl) GetName() string {
go.temporal.io/server/common/persistence/task_manager.go 3 introduced LOC · 1 range

Open complete file

34 }
35
36 > func (m *taskManagerImpl) Close() { task_manager.go
37 > m.taskStore.Close()
38 > }
39
40 func (m *taskManagerImpl) GetName() string {