Class HdfsSplitStoreFromFileHandler
- java.lang.Object
-
- uk.gov.gchq.gaffer.store.operation.handler.SplitStoreFromFileHandler
-
- uk.gov.gchq.gaffer.hdfs.operation.handler.HdfsSplitStoreFromFileHandler
-
- All Implemented Interfaces:
OperationHandler<SplitStoreFromFile>
public class HdfsSplitStoreFromFileHandler extends SplitStoreFromFileHandler
-
-
Constructor Summary
Constructors Constructor Description HdfsSplitStoreFromFileHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getSplits(SplitStoreFromFile operation, Context context, Store store)
-
Methods inherited from class uk.gov.gchq.gaffer.store.operation.handler.SplitStoreFromFileHandler
doOperation, splitStoreFromIterable
-
-
-
-
Method Detail
-
getSplits
public List<String> getSplits(SplitStoreFromFile operation, Context context, Store store) throws OperationException
- Overrides:
getSplits
in classSplitStoreFromFileHandler
- Throws:
OperationException
-
-