class com.mongodb.operation.ListCollectionsOperation$2$2 implements com.mongodb.async.SingleResultCallback<com.mongodb.connection.QueryResult<org.bson.BsonDocument>>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.mongodb.operation.ListCollectionsOperation$2$2
super_class: java.lang.Object
{
final com.mongodb.operation.ListCollectionsOperation$2 this$1;
descriptor: Lcom/mongodb/operation/ListCollectionsOperation$2;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final com.mongodb.async.SingleResultCallback val$wrappedCallback;
descriptor: Lcom/mongodb/async/SingleResultCallback;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final com.mongodb.binding.AsyncConnectionSource val$source;
descriptor: Lcom/mongodb/binding/AsyncConnectionSource;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final com.mongodb.connection.AsyncConnection val$connection;
descriptor: Lcom/mongodb/connection/AsyncConnection;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(com.mongodb.operation.ListCollectionsOperation$2, com.mongodb.async.SingleResultCallback, com.mongodb.binding.AsyncConnectionSource, com.mongodb.connection.AsyncConnection);
descriptor: (Lcom/mongodb/operation/ListCollectionsOperation$2;Lcom/mongodb/async/SingleResultCallback;Lcom/mongodb/binding/AsyncConnectionSource;Lcom/mongodb/connection/AsyncConnection;)V
flags: (0x0000)
Code:
stack=2, locals=5, args_size=5
start local 0 0: aload 0
aload 1
putfield com.mongodb.operation.ListCollectionsOperation$2$2.this$1:Lcom/mongodb/operation/ListCollectionsOperation$2;
aload 0
aload 2
putfield com.mongodb.operation.ListCollectionsOperation$2$2.val$wrappedCallback:Lcom/mongodb/async/SingleResultCallback;
aload 0
aload 3
putfield com.mongodb.operation.ListCollectionsOperation$2$2.val$source:Lcom/mongodb/binding/AsyncConnectionSource;
aload 0
aload 4
putfield com.mongodb.operation.ListCollectionsOperation$2$2.val$connection:Lcom/mongodb/connection/AsyncConnection;
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/ListCollectionsOperation$2$2;
MethodParameters:
Name Flags
this$0 final
val$wrappedCallback final
val$source final
val$connection final
public void onResult(com.mongodb.connection.QueryResult<org.bson.BsonDocument>, java.lang.Throwable);
descriptor: (Lcom/mongodb/connection/QueryResult;Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=14, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 2
ifnull 3
1: aload 0
getfield com.mongodb.operation.ListCollectionsOperation$2$2.val$wrappedCallback:Lcom/mongodb/async/SingleResultCallback;
aconst_null
aload 2
invokeinterface com.mongodb.async.SingleResultCallback.onResult:(Ljava/lang/Object;Ljava/lang/Throwable;)V
2: goto 9
3: StackMap locals:
StackMap stack:
aload 0
getfield com.mongodb.operation.ListCollectionsOperation$2$2.val$wrappedCallback:Lcom/mongodb/async/SingleResultCallback;
new com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor
dup
aload 0
getfield com.mongodb.operation.ListCollectionsOperation$2$2.this$1:Lcom/mongodb/operation/ListCollectionsOperation$2;
invokestatic com.mongodb.operation.ListCollectionsOperation$2.access$0:(Lcom/mongodb/operation/ListCollectionsOperation$2;)Lcom/mongodb/operation/ListCollectionsOperation;
4: new com.mongodb.operation.AsyncQueryBatchCursor
dup
aload 1
iconst_0
5: aload 0
getfield com.mongodb.operation.ListCollectionsOperation$2$2.this$1:Lcom/mongodb/operation/ListCollectionsOperation$2;
invokestatic com.mongodb.operation.ListCollectionsOperation$2.access$0:(Lcom/mongodb/operation/ListCollectionsOperation$2;)Lcom/mongodb/operation/ListCollectionsOperation;
getfield com.mongodb.operation.ListCollectionsOperation.batchSize:I
lconst_0
new org.bson.codecs.BsonDocumentCodec
dup
invokespecial org.bson.codecs.BsonDocumentCodec.<init>:()V
aload 0
getfield com.mongodb.operation.ListCollectionsOperation$2$2.val$source:Lcom/mongodb/binding/AsyncConnectionSource;
aload 0
getfield com.mongodb.operation.ListCollectionsOperation$2$2.val$connection:Lcom/mongodb/connection/AsyncConnection;
6: invokespecial com.mongodb.operation.AsyncQueryBatchCursor.<init>:(Lcom/mongodb/connection/QueryResult;IIJLorg/bson/codecs/Decoder;Lcom/mongodb/binding/AsyncConnectionSource;Lcom/mongodb/connection/AsyncConnection;)V
invokespecial com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor.<init>:(Lcom/mongodb/operation/ListCollectionsOperation;Lcom/mongodb/async/AsyncBatchCursor;)V
7: aconst_null
8: invokeinterface com.mongodb.async.SingleResultCallback.onResult:(Ljava/lang/Object;Ljava/lang/Throwable;)V
9: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/mongodb/operation/ListCollectionsOperation$2$2;
0 10 1 result Lcom/mongodb/connection/QueryResult<Lorg/bson/BsonDocument;>;
0 10 2 t Ljava/lang/Throwable;
Signature: (Lcom/mongodb/connection/QueryResult<Lorg/bson/BsonDocument;>;Ljava/lang/Throwable;)V
MethodParameters:
Name Flags
result final
t final
public void onResult(java.lang.Object, java.lang.Throwable);
descriptor: (Ljava/lang/Object;Ljava/lang/Throwable;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast com.mongodb.connection.QueryResult
aload 2
invokevirtual com.mongodb.operation.ListCollectionsOperation$2$2.onResult:(Lcom/mongodb/connection/QueryResult;Ljava/lang/Throwable;)V
return
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lcom/mongodb/async/SingleResultCallback<Lcom/mongodb/connection/QueryResult<Lorg/bson/BsonDocument;>;>;
SourceFile: "ListCollectionsOperation.java"
EnclosingMethod: com.mongodb.operation.ListCollectionsOperation$2.call:(Lcom/mongodb/binding/AsyncConnectionSource;Lcom/mongodb/connection/AsyncConnection;Ljava/lang/Throwable;)V
NestHost: com.mongodb.operation.ListCollectionsOperation
InnerClasses:
com.mongodb.operation.ListCollectionsOperation$2
com.mongodb.operation.ListCollectionsOperation$2$2
private final ProjectingAsyncBatchCursor = com.mongodb.operation.ListCollectionsOperation$ProjectingAsyncBatchCursor of com.mongodb.operation.ListCollectionsOperation