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 handlingGetGafferResultCacheExport
operations using aGafferResultCacheExporter
as the exporter class.
-
-
Constructor Summary
Constructors Constructor Description GetGafferResultCacheExportHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGraphId()
String
getStorePropertiesPath()
Long
getTimeToLive()
String
getVisibility()
void
setGraphId(String graphId)
void
setStorePropertiesPath(String cacheStorePropertiesPath)
void
setTimeToLive(Long timeToLive)
void
setVisibility(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)
-
-