Source code for weaviate.collections.cluster.sync

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


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