MCPcopy
hub / github.com/weaviate/weaviate / IsAsyncReplicationEnabled

Method IsAsyncReplicationEnabled

usecases/export/types.go:42–42  ·  view source on GitHub ↗

IsAsyncReplicationEnabled reports whether async replication is active or irrelevant for the class. It also returns false when the class has no local index, so a false result is not necessarily a config problem.

(ctx context.Context, className string)

Source from the content-addressed store, hash-verified

40 // irrelevant for the class. It also returns false when the class has no
41 // local index, so a false result is not necessarily a config problem.
42 IsAsyncReplicationEnabled(ctx context.Context, className string) bool
43
44 // SnapshotShards creates point-in-time snapshots of the objects buckets
45 // for the given shards of a class. For active (loaded) shards it flushes

Callers 2

ExportMethod · 0.65

Implementers 1

DBadapters/repos/db/repo.go

Calls

no outgoing calls

Tested by 1