public class NoRotationPolicy extends Object implements FileRotationPolicy
File rotation policy that will never rotate… Just one big file. Intended for testing purposes.
| Constructor and Description | 
|---|
NoRotationPolicy()  | 
| Modifier and Type | Method and Description | 
|---|---|
FileRotationPolicy | 
copy()
Must be able to copy the rotation policy 
 | 
boolean | 
mark(Tuple tuple,
    long offset)
Called for every tuple the HdfsBolt executes. 
 | 
void | 
reset()
Called after the HdfsBolt rotates a file. 
 | 
public boolean mark(Tuple tuple, long offset)
FileRotationPolicyCalled for every tuple the HdfsBolt executes.
mark in interface FileRotationPolicytuple - The tuple executed.offset - current offset of file being writtenpublic void reset()
FileRotationPolicyCalled after the HdfsBolt rotates a file.
reset in interface FileRotationPolicypublic FileRotationPolicy copy()
FileRotationPolicyMust be able to copy the rotation policy
copy in interface FileRotationPolicyCopyright © 2019 The Apache Software Foundation. All Rights Reserved.