forked from cloudera/flume
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FLUME-165: Allow collector sink to output to other sinks (autogen)
- Loading branch information
Jonathan Hsieh
committed
Feb 9, 2011
1 parent
8bf97a0
commit 17828a3
Showing
3 changed files
with
1,111 additions
and
907 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,70 +1,73 @@ | ||
DEC=14 | ||
FloatTypeSuffix=34 | ||
OctalLiteral=24 | ||
Exponent=33 | ||
SOURCE=10 | ||
FLOAT=17 | ||
MULTI=11 | ||
HexDigit=26 | ||
DEC=15 | ||
FloatTypeSuffix=35 | ||
OctalLiteral=25 | ||
Exponent=34 | ||
SOURCE=11 | ||
FLOAT=18 | ||
MULTI=12 | ||
HexDigit=27 | ||
SINK=6 | ||
Identifier=19 | ||
Identifier=20 | ||
T__55=55 | ||
T__56=56 | ||
T__57=57 | ||
T__51=51 | ||
T__52=52 | ||
T__53=53 | ||
T__54=54 | ||
HEX=12 | ||
IPLiteral=20 | ||
COMMENT=36 | ||
HEX=13 | ||
IPLiteral=21 | ||
GEN=9 | ||
COMMENT=37 | ||
T__50=50 | ||
T__42=42 | ||
T__43=43 | ||
HexLiteral=23 | ||
HexLiteral=24 | ||
T__40=40 | ||
T__41=41 | ||
T__46=46 | ||
T__47=47 | ||
T__44=44 | ||
NODE=4 | ||
T__45=45 | ||
LINE_COMMENT=37 | ||
IntegerTypeSuffix=27 | ||
LINE_COMMENT=38 | ||
IntegerTypeSuffix=28 | ||
T__48=48 | ||
T__49=49 | ||
ROLL=8 | ||
BLANK=5 | ||
BOOL=16 | ||
KWARG=18 | ||
DecimalLiteral=25 | ||
BOOL=17 | ||
KWARG=19 | ||
DecimalLiteral=26 | ||
BACKUP=7 | ||
OCT=13 | ||
StringLiteral=21 | ||
WS=35 | ||
T__38=38 | ||
OCT=14 | ||
StringLiteral=22 | ||
WS=36 | ||
T__39=39 | ||
UnicodeEscape=29 | ||
DECO=9 | ||
FloatingPointLiteral=22 | ||
JavaIDDigit=32 | ||
Letter=31 | ||
OctalEscape=30 | ||
EscapeSequence=28 | ||
STRING=15 | ||
'true'=54 | ||
'|'=39 | ||
'}'=45 | ||
'roll'=50 | ||
'{'=44 | ||
'>'=47 | ||
'?'=49 | ||
';'=40 | ||
'false'=55 | ||
'='=53 | ||
'<'=46 | ||
'('=51 | ||
':'=38 | ||
'['=42 | ||
','=41 | ||
')'=52 | ||
'=>'=48 | ||
']'=43 | ||
UnicodeEscape=30 | ||
DECO=10 | ||
FloatingPointLiteral=23 | ||
JavaIDDigit=33 | ||
Letter=32 | ||
OctalEscape=31 | ||
EscapeSequence=29 | ||
STRING=16 | ||
'true'=56 | ||
'|'=40 | ||
'}'=46 | ||
'collector'=52 | ||
'roll'=51 | ||
'{'=45 | ||
'>'=48 | ||
'?'=50 | ||
';'=41 | ||
'false'=57 | ||
'='=55 | ||
'<'=47 | ||
'('=53 | ||
':'=39 | ||
'['=43 | ||
','=42 | ||
')'=54 | ||
'=>'=49 | ||
']'=44 |
Oops, something went wrong.