class com.mongodb.operation.FindOperation$8 implements com.mongodb.operation.CommandOperationHelper$CommandReadTransformerAsync<org.bson.BsonDocument, com.mongodb.async.AsyncBatchCursor<T>>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.mongodb.operation.FindOperation$8
super_class: java.lang.Object
{
final com.mongodb.operation.FindOperation this$0;
descriptor: Lcom/mongodb/operation/FindOperation;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.mongodb.operation.FindOperation);
descriptor: (Lcom/mongodb/operation/FindOperation;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield com.mongodb.operation.FindOperation$8.this$0:Lcom/mongodb/operation/FindOperation;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/mongodb/operation/FindOperation$8;
MethodParameters:
Name Flags
this$0 final
public com.mongodb.async.AsyncBatchCursor<T> apply(org.bson.BsonDocument, com.mongodb.binding.AsyncConnectionSource, com.mongodb.connection.AsyncConnection);
descriptor: (Lorg/bson/BsonDocument;Lcom/mongodb/binding/AsyncConnectionSource;Lcom/mongodb/connection/AsyncConnection;)Lcom/mongodb/async/AsyncBatchCursor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=11, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield com.mongodb.operation.FindOperation$8.this$0:Lcom/mongodb/operation/FindOperation;
aload 1
aload 3
invokeinterface com.mongodb.connection.AsyncConnection.getDescription:()Lcom/mongodb/connection/ConnectionDescription;
invokevirtual com.mongodb.connection.ConnectionDescription.getServerAddress:()Lcom/mongodb/ServerAddress;
invokevirtual com.mongodb.operation.FindOperation.documentToQueryResult:(Lorg/bson/BsonDocument;Lcom/mongodb/ServerAddress;)Lcom/mongodb/connection/QueryResult;
astore 4
start local 4 1: new com.mongodb.operation.AsyncQueryBatchCursor
dup
aload 4
aload 0
getfield com.mongodb.operation.FindOperation$8.this$0:Lcom/mongodb/operation/FindOperation;
getfield com.mongodb.operation.FindOperation.limit:I
aload 0
getfield com.mongodb.operation.FindOperation$8.this$0:Lcom/mongodb/operation/FindOperation;
getfield com.mongodb.operation.FindOperation.batchSize:I
aload 0
getfield com.mongodb.operation.FindOperation$8.this$0:Lcom/mongodb/operation/FindOperation;
invokevirtual com.mongodb.operation.FindOperation.getMaxTimeForCursor:()J
aload 0
getfield com.mongodb.operation.FindOperation$8.this$0:Lcom/mongodb/operation/FindOperation;
getfield com.mongodb.operation.FindOperation.decoder:Lorg/bson/codecs/Decoder;
aload 2
aload 3
2: aload 1
3: invokespecial com.mongodb.operation.AsyncQueryBatchCursor.<init>:(Lcom/mongodb/connection/QueryResult;IIJLorg/bson/codecs/Decoder;Lcom/mongodb/binding/AsyncConnectionSource;Lcom/mongodb/connection/AsyncConnection;Lorg/bson/BsonDocument;)V
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/mongodb/operation/FindOperation$8;
0 4 1 result Lorg/bson/BsonDocument;
0 4 2 source Lcom/mongodb/binding/AsyncConnectionSource;
0 4 3 connection Lcom/mongodb/connection/AsyncConnection;
1 4 4 queryResult Lcom/mongodb/connection/QueryResult<TT;>;
Signature: (Lorg/bson/BsonDocument;Lcom/mongodb/binding/AsyncConnectionSource;Lcom/mongodb/connection/AsyncConnection;)Lcom/mongodb/async/AsyncBatchCursor<TT;>;
MethodParameters:
Name Flags
result final
source final
connection final
public java.lang.Object apply(java.lang.Object, com.mongodb.binding.AsyncConnectionSource, com.mongodb.connection.AsyncConnection);
descriptor: (Ljava/lang/Object;Lcom/mongodb/binding/AsyncConnectionSource;Lcom/mongodb/connection/AsyncConnection;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
checkcast org.bson.BsonDocument
aload 2
aload 3
invokevirtual com.mongodb.operation.FindOperation$8.apply:(Lorg/bson/BsonDocument;Lcom/mongodb/binding/AsyncConnectionSource;Lcom/mongodb/connection/AsyncConnection;)Lcom/mongodb/async/AsyncBatchCursor;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lcom/mongodb/operation/CommandOperationHelper$CommandReadTransformerAsync<Lorg/bson/BsonDocument;Lcom/mongodb/async/AsyncBatchCursor<TT;>;>;
SourceFile: "FindOperation.java"
EnclosingMethod: com.mongodb.operation.FindOperation.asyncTransformer:()Lcom/mongodb/operation/CommandOperationHelper$CommandReadTransformerAsync;
NestHost: com.mongodb.operation.FindOperation
InnerClasses:
abstract CommandReadTransformerAsync = com.mongodb.operation.CommandOperationHelper$CommandReadTransformerAsync of com.mongodb.operation.CommandOperationHelper
com.mongodb.operation.FindOperation$8