@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface Meta
Modifier and Type | Optional Element and Description |
---|---|
String |
comment
Add a comment to the query.
|
long |
maxExcecutionTime
Set the maximum time limit in milliseconds for processing operations.
|
long |
maxScanDocuments
Only scan the specified number of documents.
|
boolean |
snapshot
Using snapshot prevents the cursor from returning a document more than once.
|
public abstract long maxExcecutionTime
public abstract long maxScanDocuments
public abstract String comment
Copyright © 2011-2015–2015 Pivotal Software, Inc.. All rights reserved.