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)
| 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 |
no outgoing calls