public interface com.mongodb.operation.OperationExecutor
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: com.mongodb.operation.OperationExecutor
super_class: java.lang.Object
{
public abstract <T> T execute(com.mongodb.operation.ReadOperation<T>, com.mongodb.ReadPreference);
descriptor: (Lcom/mongodb/operation/ReadOperation;Lcom/mongodb/ReadPreference;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: <T:Ljava/lang/Object;>(Lcom/mongodb/operation/ReadOperation<TT;>;Lcom/mongodb/ReadPreference;)TT;
MethodParameters:
Name Flags
operation
readPreference
public abstract <T> T execute(com.mongodb.operation.WriteOperation<T>);
descriptor: (Lcom/mongodb/operation/WriteOperation;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: <T:Ljava/lang/Object;>(Lcom/mongodb/operation/WriteOperation<TT;>;)TT;
MethodParameters:
Name Flags
operation
}
SourceFile: "OperationExecutor.java"
RuntimeVisibleAnnotations:
java.lang.Deprecated()