Uses of Class
uk.gov.gchq.gaffer.operation.impl.SplitStoreFromFile
-
Packages that use SplitStoreFromFile Package Description uk.gov.gchq.gaffer.hdfs.operation.handler uk.gov.gchq.gaffer.operation.impl Core operation implementations.uk.gov.gchq.gaffer.store.operation.handler Operation handler implementations. -
-
Uses of SplitStoreFromFile in uk.gov.gchq.gaffer.hdfs.operation.handler
Methods in uk.gov.gchq.gaffer.hdfs.operation.handler with parameters of type SplitStoreFromFile Modifier and Type Method Description List<String>
HdfsSplitStoreFromFileHandler. getSplits(SplitStoreFromFile operation, Context context, Store store)
-
Uses of SplitStoreFromFile in uk.gov.gchq.gaffer.operation.impl
Methods in uk.gov.gchq.gaffer.operation.impl that return SplitStoreFromFile Modifier and Type Method Description SplitStoreFromFile
SplitStoreFromFile. shallowClone()
-
Uses of SplitStoreFromFile in uk.gov.gchq.gaffer.store.operation.handler
Methods in uk.gov.gchq.gaffer.store.operation.handler with parameters of type SplitStoreFromFile Modifier and Type Method Description Void
SplitStoreFromFileHandler. doOperation(SplitStoreFromFile operation, Context context, Store store)
List<String>
SplitStoreFromFileHandler. getSplits(SplitStoreFromFile operation, Context context, Store store)
-