Uses of Interface
io.split.engine.segments.Segment
-
Packages that use Segment Package Description io.split.engine.matchers io.split.engine.segments -
-
Uses of Segment in io.split.engine.matchers
Constructors in io.split.engine.matchers with parameters of type Segment Constructor Description UserDefinedSegmentMatcher(Segment segment) -
Uses of Segment in io.split.engine.segments
Classes in io.split.engine.segments that implement Segment Modifier and Type Class Description classRefreshableSegmentA SegmentFetcher implementation that can periodically refresh itself.Methods in io.split.engine.segments that return Segment Modifier and Type Method Description SegmentSegmentFetcher. segment(String segmentName)
-