Class ExportToGafferResultCacheHandler
- java.lang.Object
-
- uk.gov.gchq.gaffer.store.operation.handler.export.ExportOperationHandler<EXPORT,EXPORTER>
-
- uk.gov.gchq.gaffer.store.operation.handler.export.ExportToHandler<ExportToGafferResultCache,GafferResultCacheExporter>
-
- uk.gov.gchq.gaffer.operation.export.resultcache.handler.ExportToGafferResultCacheHandler
-
- All Implemented Interfaces:
OperationHandler<ExportToGafferResultCache>
public class ExportToGafferResultCacheHandler extends ExportToHandler<ExportToGafferResultCache,GafferResultCacheExporter>
AExportToGafferResultCacheHandleris anOperationHandlerused to export results to a Gaffer results cache.
-
-
Constructor Summary
Constructors Constructor Description ExportToGafferResultCacheHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGraphId()StringgetStorePropertiesPath()LonggetTimeToLive()StringgetVisibility()voidsetGraphId(String graphId)voidsetStorePropertiesPath(String cacheStorePropertiesPath)voidsetTimeToLive(Long timeToLive)voidsetVisibility(String visibility)-
Methods inherited from class uk.gov.gchq.gaffer.store.operation.handler.export.ExportToHandler
doOperation
-
Methods inherited from class uk.gov.gchq.gaffer.store.operation.handler.export.ExportOperationHandler
doOperation
-
-
-
-
Method Detail
-
getGraphId
public String getGraphId()
-
setGraphId
public void setGraphId(String graphId)
-
getTimeToLive
public Long getTimeToLive()
-
setTimeToLive
public void setTimeToLive(Long timeToLive)
-
getVisibility
public String getVisibility()
-
setVisibility
public void setVisibility(String visibility)
-
getStorePropertiesPath
public String getStorePropertiesPath()
-
setStorePropertiesPath
public void setStorePropertiesPath(String cacheStorePropertiesPath)
-
-