Source code for weaviate.collections.cluster.sync

from weaviate.connect import executor
from weaviate.connect.v4 import ConnectionSync
from weaviate.collections.cluster.executor import _ClusterExecutor


[docs] @executor.wrap("sync") class _Cluster(_ClusterExecutor[ConnectionSync]): pass