class com.mongodb.operation.MapReduceWithInlineResultsOperation$1 implements com.mongodb.operation.CommandOperationHelper$CommandReadTransformer<org.bson.BsonDocument, com.mongodb.operation.MapReduceBatchCursor<T>>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.mongodb.operation.MapReduceWithInlineResultsOperation$1
super_class: java.lang.Object
{
final com.mongodb.operation.MapReduceWithInlineResultsOperation this$0;
descriptor: Lcom/mongodb/operation/MapReduceWithInlineResultsOperation;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.mongodb.operation.MapReduceWithInlineResultsOperation);
descriptor: (Lcom/mongodb/operation/MapReduceWithInlineResultsOperation;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield com.mongodb.operation.MapReduceWithInlineResultsOperation$1.this$0:Lcom/mongodb/operation/MapReduceWithInlineResultsOperation;
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/MapReduceWithInlineResultsOperation$1;
MethodParameters:
Name Flags
this$0 final
public com.mongodb.operation.MapReduceBatchCursor<T> apply(org.bson.BsonDocument, com.mongodb.binding.ConnectionSource, com.mongodb.connection.Connection);
descriptor: (Lorg/bson/BsonDocument;Lcom/mongodb/binding/ConnectionSource;Lcom/mongodb/connection/Connection;)Lcom/mongodb/operation/MapReduceBatchCursor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new com.mongodb.operation.MapReduceInlineResultsCursor
dup
aload 0
getfield com.mongodb.operation.MapReduceWithInlineResultsOperation$1.this$0:Lcom/mongodb/operation/MapReduceWithInlineResultsOperation;
aload 1
aload 3
invokeinterface com.mongodb.connection.Connection.getDescription:()Lcom/mongodb/connection/ConnectionDescription;
invokevirtual com.mongodb.operation.MapReduceWithInlineResultsOperation.createQueryResult:(Lorg/bson/BsonDocument;Lcom/mongodb/connection/ConnectionDescription;)Lcom/mongodb/connection/QueryResult;
aload 0
getfield com.mongodb.operation.MapReduceWithInlineResultsOperation$1.this$0:Lcom/mongodb/operation/MapReduceWithInlineResultsOperation;
getfield com.mongodb.operation.MapReduceWithInlineResultsOperation.decoder:Lorg/bson/codecs/Decoder;
aload 2
1: aload 1
invokestatic com.mongodb.operation.MapReduceHelper.createStatistics:(Lorg/bson/BsonDocument;)Lcom/mongodb/operation/MapReduceStatistics;
2: invokespecial com.mongodb.operation.MapReduceInlineResultsCursor.<init>:(Lcom/mongodb/connection/QueryResult;Lorg/bson/codecs/Decoder;Lcom/mongodb/binding/ConnectionSource;Lcom/mongodb/operation/MapReduceStatistics;)V
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/mongodb/operation/MapReduceWithInlineResultsOperation$1;
0 3 1 result Lorg/bson/BsonDocument;
0 3 2 source Lcom/mongodb/binding/ConnectionSource;
0 3 3 connection Lcom/mongodb/connection/Connection;
Signature: (Lorg/bson/BsonDocument;Lcom/mongodb/binding/ConnectionSource;Lcom/mongodb/connection/Connection;)Lcom/mongodb/operation/MapReduceBatchCursor<TT;>;
MethodParameters:
Name Flags
result final
source final
connection final
public java.lang.Object apply(java.lang.Object, com.mongodb.binding.ConnectionSource, com.mongodb.connection.Connection);
descriptor: (Ljava/lang/Object;Lcom/mongodb/binding/ConnectionSource;Lcom/mongodb/connection/Connection;)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.MapReduceWithInlineResultsOperation$1.apply:(Lorg/bson/BsonDocument;Lcom/mongodb/binding/ConnectionSource;Lcom/mongodb/connection/Connection;)Lcom/mongodb/operation/MapReduceBatchCursor;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lcom/mongodb/operation/CommandOperationHelper$CommandReadTransformer<Lorg/bson/BsonDocument;Lcom/mongodb/operation/MapReduceBatchCursor<TT;>;>;
SourceFile: "MapReduceWithInlineResultsOperation.java"
EnclosingMethod: com.mongodb.operation.MapReduceWithInlineResultsOperation.transformer:()Lcom/mongodb/operation/CommandOperationHelper$CommandReadTransformer;
NestHost: com.mongodb.operation.MapReduceWithInlineResultsOperation
InnerClasses:
abstract CommandReadTransformer = com.mongodb.operation.CommandOperationHelper$CommandReadTransformer of com.mongodb.operation.CommandOperationHelper
com.mongodb.operation.MapReduceWithInlineResultsOperation$1