Interface SampleCopier
- All Known Implementing Classes:
SampleCopierTemplate
public interface SampleCopier
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
copyRecords
(int skip, int start, int total) int
void
setupCopier
(FragmentContext context, SelectionVector4 sv4, VectorAccessible incoming, VectorAccessible outgoing)
-
Field Details
-
TEMPLATE_DEFINITION
-
-
Method Details
-
setupCopier
void setupCopier(FragmentContext context, SelectionVector4 sv4, VectorAccessible incoming, VectorAccessible outgoing) throws SchemaChangeException - Throws:
SchemaChangeException
-
copyRecords
boolean copyRecords(int skip, int start, int total) -
getOutputRecords
int getOutputRecords()
-