public class FixedCountFirehoseFactory extends Object implements FirehoseFactory
| Constructor and Description |
|---|
FixedCountFirehoseFactory(FirehoseFactory delegate,
int count) |
| Modifier and Type | Method and Description |
|---|---|
Firehose |
connect(InputRowParser parser,
File temporaryDirectory) |
int |
getCount() |
FirehoseFactory |
getDelegate() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconnect, connectForSampler, isSplittablepublic FixedCountFirehoseFactory(FirehoseFactory delegate, int count)
public FirehoseFactory getDelegate()
public int getCount()
public Firehose connect(InputRowParser parser, File temporaryDirectory) throws IOException
connect in interface FirehoseFactoryIOExceptionCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.