MCPcopy
hub / github.com/weaviate/weaviate / PutObjects

Method PutObjects

usecases/replica/transport.go:99–99  ·  view source on GitHub ↗
(ctx context.Context, host, index, shard, requestID string,
		objs []*storobj.Object, schemaVersion uint64)

Source from the content-addressed store, hash-verified

97 DeleteObject(ctx context.Context, host, index, shard, requestID string,
98 id strfmt.UUID, deletionTime time.Time, schemaVersion uint64) (SimpleResponse, error)
99 PutObjects(ctx context.Context, host, index, shard, requestID string,
100 objs []*storobj.Object, schemaVersion uint64) (SimpleResponse, error)
101 MergeObject(ctx context.Context, host, index, shard, requestID string,
102 mergeDoc *objects.MergeDocument, schemaVersion uint64) (SimpleResponse, error)

Callers 3

PutObjectsMethod · 0.65
TestReplicatorPutObjectsFunction · 0.65

Implementers 11

MockWClientusecases/replica/mock_w_client.go
MockWClient_Expecterusecases/replica/mock_w_client.go
fakeReplicationClientusecases/classification/integrationtes
ReplicationServiceadapters/handlers/rest/clusterapi/grpc
replicationServiceClientadapters/handlers/rest/clusterapi/grpc
UnimplementedReplicationServiceServeradapters/handlers/rest/clusterapi/grpc
FakeReplicationClientadapters/repos/db/fakes_for_tests.go
replicationClientadapters/clients/replication.go
grpcReplicationClientadapters/clients/replication_grpc.go
switchReplicationClientadapters/clients/replication_mixed.go
fakeGRPCReplicationServeradapters/clients/replication_grpc_test

Calls

no outgoing calls

Tested by 2

TestReplicatorPutObjectsFunction · 0.52