Uses of Interface
io.split.client.SplitClient
-
Packages that use SplitClient Package Description io.split.client io.split.client.jmx -
-
Uses of SplitClient in io.split.client
Classes in io.split.client that implement SplitClient Modifier and Type Class Description classAlwaysReturnControlSplitClientA SplitClient that ensures that all features are turned off for all users.classLocalhostSplitClientAn implementation of SplitClient that considers all partitions passed in the constructor to be 100% on for all users, and any other split to be 100% off for all users.classLocalhostSplitClientAndFactoryAn implementation of SplitClient that considers all partitions passed in the constructor to be 100% on for all users, and any other split to be 100% off for all users.classSplitClientImplA basic implementation of SplitClient.Methods in io.split.client that return SplitClient Modifier and Type Method Description SplitClientLocalhostSplitFactory. client()SplitClientSplitFactory. client()SplitClientSplitFactoryImpl. client() -
Uses of SplitClient in io.split.client.jmx
Constructors in io.split.client.jmx with parameters of type SplitClient Constructor Description SplitJmxMonitor(SplitClient splitClient, SplitFetcher fetcher, SegmentFetcher segmentFetcher)
-