Class CustomPatternReplay.CustomMatcherReplay
java.lang.Object
net.sansa_stack.hadoop.core.pattern.CustomMatcherDecorator
net.sansa_stack.hadoop.core.pattern.CustomPatternReplay.CustomMatcherReplay
- All Implemented Interfaces:
MatchResult,CustomMatcher
- Enclosing class:
- CustomPatternReplay
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CustomMatcherprotected booleanprotected List<CustomPatternReplay.Match>protected int -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.sansa_stack.hadoop.core.pattern.CustomMatcherDecorator
group, group
-
Field Details
-
decoratee
-
matches
-
matchId
protected int matchId -
isFinished
protected boolean isFinished
-
-
Constructor Details
-
CustomMatcherReplay
-
-
Method Details
-
reset
public void reset() -
getDecoratee
- Specified by:
getDecorateein classCustomMatcherDecorator
-
find
public boolean find()- Specified by:
findin interfaceCustomMatcher- Overrides:
findin classCustomMatcherDecorator
-
start
public int start()- Specified by:
startin interfaceMatchResult- Overrides:
startin classCustomMatcherDecorator
-
end
public int end()- Specified by:
endin interfaceMatchResult- Overrides:
endin classCustomMatcherDecorator
-
start
public int start(int group) - Specified by:
startin interfaceMatchResult- Overrides:
startin classCustomMatcherDecorator
-
end
public int end(int group) - Specified by:
endin interfaceMatchResult- Overrides:
endin classCustomMatcherDecorator
-
groupCount
public int groupCount()- Specified by:
groupCountin interfaceMatchResult- Overrides:
groupCountin classCustomMatcherDecorator
-
region
public void region(int start, int end) - Specified by:
regionin interfaceCustomMatcher- Overrides:
regionin classCustomMatcherDecorator
-
start
-
end
-