Class GafferResultCacheUtil
- java.lang.Object
-
- uk.gov.gchq.gaffer.operation.export.resultcache.handler.util.GafferResultCacheUtil
-
public final class GafferResultCacheUtil extends Object
Utility methods for maintaining a Gaffer result cache.
-
-
Field Summary
Fields Modifier and Type Field Description static long
DEFAULT_TIME_TO_LIVE
static long
ONE_DAY_IN_MILLISECONDS
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Graph
createGraph(String graphId, String cacheStorePropertiesPath, Long timeToLive)
static Schema
createSchema(Long timeToLive)
-
-
-
Field Detail
-
ONE_DAY_IN_MILLISECONDS
public static final long ONE_DAY_IN_MILLISECONDS
- See Also:
- Constant Field Values
-
DEFAULT_TIME_TO_LIVE
public static final long DEFAULT_TIME_TO_LIVE
- See Also:
- Constant Field Values
-
-