public static interface SampleIndex.Annotations extends BOp.Annotations
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_LIMIT |
static String |
DEFAULT_SAMPLE_TYPE |
static long |
DEFAULT_SEED |
static String |
LIMIT
The sample limit (default 100).
|
static String |
PREDICATE
The
IPredicate describing the access path to be sampled
(required). |
static String |
SAMPLE_TYPE
The type of sample to take (default .
|
static String |
SEED
The random number generator seed -or- ZERO (0L) for a random seed
(default 0L).
|
BOP_ID, CONTROLLER, DEFAULT_CONTROLLER, DEFAULT_EVALUATION_CONTEXT, DEFAULT_TIMEOUT, EVALUATION_CONTEXT, NAMESPACE, TIMEOUT
static final int DEFAULT_LIMIT
static final String SEED
static final long DEFAULT_SEED
static final String PREDICATE
IPredicate
describing the access path to be sampled
(required).static final String SAMPLE_TYPE
static final String DEFAULT_SAMPLE_TYPE
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.