public static interface CachingSparqlStreamProcessor.CleanupPolicy
| Modifier and Type | Method and Description |
|---|---|
boolean |
doCleanup(int secondsElapsedSinceLast,
int queriesAddedSinceLast,
int statementsAddedSinceLast)
Determines whether a cleanup operation should be executed
|
boolean doCleanup(int secondsElapsedSinceLast,
int queriesAddedSinceLast,
int statementsAddedSinceLast)
secondsElapsedSinceLast - the number of seconds elapsed since the last cleanup operationqueriesAddedSinceLast - the number of queries added to the query engine since the last
cleanup operationstatementsAddedSinceLast - the number of statements added to the query engine since the last
cleanup operationCopyright © 2016. All Rights Reserved.