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 longDEFAULT_TIME_TO_LIVEstatic longONE_DAY_IN_MILLISECONDS
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GraphcreateGraph(String graphId, String cacheStorePropertiesPath, Long timeToLive)static SchemacreateSchema(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
-
-