Package com.mongodb.internal.connection
Class CommandHelper
- java.lang.Object
-
- com.mongodb.internal.connection.CommandHelper
-
@Deprecated(since="2021-05-27") public final class CommandHelper extends java.lang.Object
Deprecated.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static BsonDocument
executeCommand(java.lang.String database, BsonDocument command, ClusterClock clusterClock, InternalConnection internalConnection)
Deprecated.
-
-
-
Method Detail
-
executeCommand
public static BsonDocument executeCommand(java.lang.String database, BsonDocument command, ClusterClock clusterClock, InternalConnection internalConnection)
Deprecated.
-
-