public interface com.mongodb.client.AggregateIterable<TResult> extends com.mongodb.client.MongoIterable<TResult>
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: com.mongodb.client.AggregateIterable
super_class: java.lang.Object
{
public abstract void toCollection();
descriptor: ()V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract com.mongodb.client.AggregateIterable<TResult> allowDiskUse(java.lang.Boolean);
descriptor: (Ljava/lang/Boolean;)Lcom/mongodb/client/AggregateIterable;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Ljava/lang/Boolean;)Lcom/mongodb/client/AggregateIterable<TTResult;>;
RuntimeVisibleParameterAnnotations:
0:
com.mongodb.lang.Nullable()
MethodParameters:
Name Flags
allowDiskUse
public abstract com.mongodb.client.AggregateIterable<TResult> batchSize(int);
descriptor: (I)Lcom/mongodb/client/AggregateIterable;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (I)Lcom/mongodb/client/AggregateIterable<TTResult;>;
MethodParameters:
Name Flags
batchSize
public abstract com.mongodb.client.AggregateIterable<TResult> maxTime(long, java.util.concurrent.TimeUnit);
descriptor: (JLjava/util/concurrent/TimeUnit;)Lcom/mongodb/client/AggregateIterable;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (JLjava/util/concurrent/TimeUnit;)Lcom/mongodb/client/AggregateIterable<TTResult;>;
MethodParameters:
Name Flags
maxTime
timeUnit
public abstract com.mongodb.client.AggregateIterable<TResult> useCursor(java.lang.Boolean);
descriptor: (Ljava/lang/Boolean;)Lcom/mongodb/client/AggregateIterable;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Ljava/lang/Boolean;)Lcom/mongodb/client/AggregateIterable<TTResult;>;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
RuntimeVisibleParameterAnnotations:
0:
com.mongodb.lang.Nullable()
MethodParameters:
Name Flags
useCursor
public abstract com.mongodb.client.AggregateIterable<TResult> maxAwaitTime(long, java.util.concurrent.TimeUnit);
descriptor: (JLjava/util/concurrent/TimeUnit;)Lcom/mongodb/client/AggregateIterable;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (JLjava/util/concurrent/TimeUnit;)Lcom/mongodb/client/AggregateIterable<TTResult;>;
MethodParameters:
Name Flags
maxAwaitTime
timeUnit
public abstract com.mongodb.client.AggregateIterable<TResult> bypassDocumentValidation(java.lang.Boolean);
descriptor: (Ljava/lang/Boolean;)Lcom/mongodb/client/AggregateIterable;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Ljava/lang/Boolean;)Lcom/mongodb/client/AggregateIterable<TTResult;>;
RuntimeVisibleParameterAnnotations:
0:
com.mongodb.lang.Nullable()
MethodParameters:
Name Flags
bypassDocumentValidation
public abstract com.mongodb.client.AggregateIterable<TResult> collation(com.mongodb.client.model.Collation);
descriptor: (Lcom/mongodb/client/model/Collation;)Lcom/mongodb/client/AggregateIterable;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lcom/mongodb/client/model/Collation;)Lcom/mongodb/client/AggregateIterable<TTResult;>;
RuntimeVisibleParameterAnnotations:
0:
com.mongodb.lang.Nullable()
MethodParameters:
Name Flags
collation
public abstract com.mongodb.client.AggregateIterable<TResult> comment(java.lang.String);
descriptor: (Ljava/lang/String;)Lcom/mongodb/client/AggregateIterable;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Ljava/lang/String;)Lcom/mongodb/client/AggregateIterable<TTResult;>;
RuntimeVisibleParameterAnnotations:
0:
com.mongodb.lang.Nullable()
MethodParameters:
Name Flags
comment
public abstract com.mongodb.client.AggregateIterable<TResult> hint(org.bson.conversions.Bson);
descriptor: (Lorg/bson/conversions/Bson;)Lcom/mongodb/client/AggregateIterable;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/bson/conversions/Bson;)Lcom/mongodb/client/AggregateIterable<TTResult;>;
RuntimeVisibleParameterAnnotations:
0:
com.mongodb.lang.Nullable()
MethodParameters:
Name Flags
hint
public com.mongodb.client.MongoIterable batchSize(int);
descriptor: (I)Lcom/mongodb/client/MongoIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokeinterface com.mongodb.client.AggregateIterable.batchSize:(I)Lcom/mongodb/client/AggregateIterable;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: <TResult:Ljava/lang/Object;>Ljava/lang/Object;Lcom/mongodb/client/MongoIterable<TTResult;>;
SourceFile: "AggregateIterable.java"