Nit-change on javadoc

This commit is contained in:
Justin Borromeo 2019-03-01 13:40:22 -08:00
parent 47c970b5f4
commit 83ec3fe1f1
1 changed files with 2 additions and 2 deletions

View File

@ -108,8 +108,8 @@ public class ScanQuery extends BaseQuery<ScanResultValue>
}
/**
* This context flag corresponds to whether the query is running on a Broker or Historical. Specifically, this is
* used to perform batching exclusively at the broker level for time-ordered scans.
* This context flag corresponds to whether the query is running on the "outermost" process (i.e. the process
* the query is sent to).
*/
public static final String CTX_KEY_OUTERMOST = "scanOutermost";