Class GetGafferResultCacheExportHandler
- java.lang.Object
-
- uk.gov.gchq.gaffer.store.operation.handler.export.ExportOperationHandler<EXPORT,EXPORTER>
-
- uk.gov.gchq.gaffer.store.operation.handler.export.GetExportHandler<GetGafferResultCacheExport,GafferResultCacheExporter>
-
- uk.gov.gchq.gaffer.operation.export.resultcache.handler.GetGafferResultCacheExportHandler
-
- All Implemented Interfaces:
OperationHandler<GetGafferResultCacheExport>
public class GetGafferResultCacheExportHandler extends GetExportHandler<GetGafferResultCacheExport,GafferResultCacheExporter>
Specific handler for handlingGetGafferResultCacheExportoperations using aGafferResultCacheExporteras the exporter class.
-
-
Constructor Summary
Constructors Constructor Description GetGafferResultCacheExportHandler()
-
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.GetExportHandler
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)
-
-