class com.mongodb.client.internal.Java8AggregateIterableImpl<TDocument, TResult> extends com.mongodb.client.internal.AggregateIterableImpl<TDocument, TResult>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.mongodb.client.internal.Java8AggregateIterableImpl
super_class: com.mongodb.client.internal.AggregateIterableImpl
{
void <init>(com.mongodb.client.ClientSession, java.lang.String, java.lang.Class<TDocument>, java.lang.Class<TResult>, org.bson.codecs.configuration.CodecRegistry, com.mongodb.ReadPreference, com.mongodb.ReadConcern, com.mongodb.WriteConcern, com.mongodb.client.internal.OperationExecutor, java.util.List<? extends org.bson.conversions.Bson>, com.mongodb.client.model.AggregationLevel, );
descriptor: (Lcom/mongodb/client/ClientSession;Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Class;Lorg/bson/codecs/configuration/CodecRegistry;Lcom/mongodb/ReadPreference;Lcom/mongodb/ReadConcern;Lcom/mongodb/WriteConcern;Lcom/mongodb/client/internal/OperationExecutor;Ljava/util/List;Lcom/mongodb/client/model/AggregationLevel;Z)V
flags: (0x0000)
Code:
stack=13, locals=13, args_size=13
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 start local 9 start local 10 start local 11 start local 12 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
aload 7
aload 8
aload 9
1: aload 10
aload 11
iload 12
invokespecial com.mongodb.client.internal.AggregateIterableImpl.<init>:(Lcom/mongodb/client/ClientSession;Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Class;Lorg/bson/codecs/configuration/CodecRegistry;Lcom/mongodb/ReadPreference;Lcom/mongodb/ReadConcern;Lcom/mongodb/WriteConcern;Lcom/mongodb/client/internal/OperationExecutor;Ljava/util/List;Lcom/mongodb/client/model/AggregationLevel;Z)V
2: return
end local 12 end local 11 end local 10 end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/mongodb/client/internal/Java8AggregateIterableImpl<TTDocument;TTResult;>;
0 3 1 clientSession Lcom/mongodb/client/ClientSession;
0 3 2 databaseName Ljava/lang/String;
0 3 3 documentClass Ljava/lang/Class<TTDocument;>;
0 3 4 resultClass Ljava/lang/Class<TTResult;>;
0 3 5 codecRegistry Lorg/bson/codecs/configuration/CodecRegistry;
0 3 6 readPreference Lcom/mongodb/ReadPreference;
0 3 7 readConcern Lcom/mongodb/ReadConcern;
0 3 8 writeConcern Lcom/mongodb/WriteConcern;
0 3 9 executor Lcom/mongodb/client/internal/OperationExecutor;
0 3 10 pipeline Ljava/util/List<+Lorg/bson/conversions/Bson;>;
0 3 11 aggregationLevel Lcom/mongodb/client/model/AggregationLevel;
0 3 12 retryReads Z
Signature: (Lcom/mongodb/client/ClientSession;Ljava/lang/String;Ljava/lang/Class<TTDocument;>;Ljava/lang/Class<TTResult;>;Lorg/bson/codecs/configuration/CodecRegistry;Lcom/mongodb/ReadPreference;Lcom/mongodb/ReadConcern;Lcom/mongodb/WriteConcern;Lcom/mongodb/client/internal/OperationExecutor;Ljava/util/List<+Lorg/bson/conversions/Bson;>;Lcom/mongodb/client/model/AggregationLevel;Z)V
RuntimeVisibleParameterAnnotations:
0:
com.mongodb.lang.Nullable()
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
MethodParameters:
Name Flags
clientSession final
databaseName final
documentClass final
resultClass final
codecRegistry final
readPreference final
readConcern final
writeConcern final
executor final
pipeline final
aggregationLevel final
retryReads final
void <init>(com.mongodb.client.ClientSession, com.mongodb.MongoNamespace, java.lang.Class<TDocument>, java.lang.Class<TResult>, org.bson.codecs.configuration.CodecRegistry, com.mongodb.ReadPreference, com.mongodb.ReadConcern, com.mongodb.WriteConcern, com.mongodb.client.internal.OperationExecutor, java.util.List<? extends org.bson.conversions.Bson>, com.mongodb.client.model.AggregationLevel, );
descriptor: (Lcom/mongodb/client/ClientSession;Lcom/mongodb/MongoNamespace;Ljava/lang/Class;Ljava/lang/Class;Lorg/bson/codecs/configuration/CodecRegistry;Lcom/mongodb/ReadPreference;Lcom/mongodb/ReadConcern;Lcom/mongodb/WriteConcern;Lcom/mongodb/client/internal/OperationExecutor;Ljava/util/List;Lcom/mongodb/client/model/AggregationLevel;Z)V
flags: (0x0000)
Code:
stack=13, locals=13, args_size=13
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 start local 9 start local 10 start local 11 start local 12 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
aload 7
aload 8
aload 9
1: aload 10
aload 11
iload 12
invokespecial com.mongodb.client.internal.AggregateIterableImpl.<init>:(Lcom/mongodb/client/ClientSession;Lcom/mongodb/MongoNamespace;Ljava/lang/Class;Ljava/lang/Class;Lorg/bson/codecs/configuration/CodecRegistry;Lcom/mongodb/ReadPreference;Lcom/mongodb/ReadConcern;Lcom/mongodb/WriteConcern;Lcom/mongodb/client/internal/OperationExecutor;Ljava/util/List;Lcom/mongodb/client/model/AggregationLevel;Z)V
2: return
end local 12 end local 11 end local 10 end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/mongodb/client/internal/Java8AggregateIterableImpl<TTDocument;TTResult;>;
0 3 1 clientSession Lcom/mongodb/client/ClientSession;
0 3 2 namespace Lcom/mongodb/MongoNamespace;
0 3 3 documentClass Ljava/lang/Class<TTDocument;>;
0 3 4 resultClass Ljava/lang/Class<TTResult;>;
0 3 5 codecRegistry Lorg/bson/codecs/configuration/CodecRegistry;
0 3 6 readPreference Lcom/mongodb/ReadPreference;
0 3 7 readConcern Lcom/mongodb/ReadConcern;
0 3 8 writeConcern Lcom/mongodb/WriteConcern;
0 3 9 executor Lcom/mongodb/client/internal/OperationExecutor;
0 3 10 pipeline Ljava/util/List<+Lorg/bson/conversions/Bson;>;
0 3 11 aggregationLevel Lcom/mongodb/client/model/AggregationLevel;
0 3 12 retryReads Z
Signature: (Lcom/mongodb/client/ClientSession;Lcom/mongodb/MongoNamespace;Ljava/lang/Class<TTDocument;>;Ljava/lang/Class<TTResult;>;Lorg/bson/codecs/configuration/CodecRegistry;Lcom/mongodb/ReadPreference;Lcom/mongodb/ReadConcern;Lcom/mongodb/WriteConcern;Lcom/mongodb/client/internal/OperationExecutor;Ljava/util/List<+Lorg/bson/conversions/Bson;>;Lcom/mongodb/client/model/AggregationLevel;Z)V
RuntimeVisibleParameterAnnotations:
0:
com.mongodb.lang.Nullable()
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
MethodParameters:
Name Flags
clientSession final
namespace final
documentClass final
resultClass final
codecRegistry final
readPreference final
readConcern final
writeConcern final
executor final
pipeline final
aggregationLevel final
retryReads final
public void forEach(java.util.function.Consumer<? super TResult>);
descriptor: (Ljava/util/function/Consumer;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokestatic com.mongodb.client.internal.Java8ForEachHelper.forEach:(Lcom/mongodb/client/MongoIterable;Ljava/util/function/Consumer;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/mongodb/client/internal/Java8AggregateIterableImpl<TTDocument;TTResult;>;
0 2 1 action Ljava/util/function/Consumer<-TTResult;>;
Signature: (Ljava/util/function/Consumer<-TTResult;>;)V
MethodParameters:
Name Flags
action final
}
Signature: <TDocument:Ljava/lang/Object;TResult:Ljava/lang/Object;>Lcom/mongodb/client/internal/AggregateIterableImpl<TTDocument;TTResult;>;
SourceFile: "Java8AggregateIterableImpl.java"