A B C D E F G H I J L M N P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AccessEvent - Class in com.featureprobe.sdk.server
- AccessEvent(FPUser, String, Object, Long, Integer, Integer, boolean) - Constructor for class com.featureprobe.sdk.server.AccessEvent
- AccessSummaryRecorder - Class in com.featureprobe.sdk.server
- add(Event) - Method in class com.featureprobe.sdk.server.AccessSummaryRecorder
- AFTER - com.featureprobe.sdk.server.model.PredicateType
B
- BEFORE - com.featureprobe.sdk.server.model.PredicateType
- boolDetail(String, FPUser, boolean) - Method in class com.featureprobe.sdk.server.FeatureProbe
-
Get detailed evaluation results of boolean toggle
- boolValue(String, FPUser, boolean) - Method in class com.featureprobe.sdk.server.FeatureProbe
-
Get the evaluated value of a boolean toggle
- build() - Method in class com.featureprobe.sdk.server.FPConfig.Builder
- build() - Method in class com.featureprobe.sdk.server.HttpConfiguration.Builder
- builder() - Static method in class com.featureprobe.sdk.server.FPConfig
- builder() - Static method in class com.featureprobe.sdk.server.HttpConfiguration
- Builder() - Constructor for class com.featureprobe.sdk.server.FPConfig.Builder
- Builder() - Constructor for class com.featureprobe.sdk.server.HttpConfiguration.Builder
C
- clear() - Method in class com.featureprobe.sdk.server.AccessSummaryRecorder
- close() - Method in class com.featureprobe.sdk.server.FeatureProbe
-
Safely shut down FeatureProbe instance
- close() - Method in class com.featureprobe.sdk.server.StreamingSynchronizer
- close() - Method in interface com.featureprobe.sdk.server.Synchronizer
- com.featureprobe.sdk.example - package com.featureprobe.sdk.example
- com.featureprobe.sdk.server - package com.featureprobe.sdk.server
- com.featureprobe.sdk.server.exceptions - package com.featureprobe.sdk.server.exceptions
- com.featureprobe.sdk.server.model - package com.featureprobe.sdk.server.model
- Condition - Class in com.featureprobe.sdk.server.model
- Condition() - Constructor for class com.featureprobe.sdk.server.model.Condition
- ConditionType - Enum in com.featureprobe.sdk.server.model
- connectionPool(ConnectionPool) - Method in class com.featureprobe.sdk.server.HttpConfiguration.Builder
- connectTimeout(Duration) - Method in class com.featureprobe.sdk.server.HttpConfiguration.Builder
- containAttr(String) - Method in class com.featureprobe.sdk.server.FPUser
-
Check attribute exists
- contains(FPUser, Map<String, Segment>) - Method in class com.featureprobe.sdk.server.model.Segment
- CONTAINS - com.featureprobe.sdk.server.model.PredicateType
- createDataRepository(FPContext) - Method in interface com.featureprobe.sdk.server.DataRepositoryFactory
- createEventProcessor(FPContext) - Method in class com.featureprobe.sdk.server.DefaultEventProcessorFactory
- createEventProcessor(FPContext) - Method in interface com.featureprobe.sdk.server.EventProcessorFactory
- createSynchronizer(FPContext, DataRepository) - Method in class com.featureprobe.sdk.server.FileSynchronizerFactory
- createSynchronizer(FPContext, DataRepository) - Method in class com.featureprobe.sdk.server.PollingSynchronizerFactory
- createSynchronizer(FPContext, DataRepository) - Method in class com.featureprobe.sdk.server.StreamingSynchronizerFactory
- createSynchronizer(FPContext, DataRepository) - Method in interface com.featureprobe.sdk.server.SynchronizerFactory
- CustomEvent - Class in com.featureprobe.sdk.server
- CustomEvent(String, FPUser, Double) - Constructor for class com.featureprobe.sdk.server.CustomEvent
D
- DataRepository - Interface in com.featureprobe.sdk.server
- DataRepositoryFactory - Interface in com.featureprobe.sdk.server
- DATETIME - com.featureprobe.sdk.server.model.ConditionType
- DatetimeMatcher - Interface in com.featureprobe.sdk.server
- DebugEvent - Class in com.featureprobe.sdk.server
- DebugEvent(FPUser, String, Object, Long, Integer, Integer, String) - Constructor for class com.featureprobe.sdk.server.DebugEvent
- DEFAULT - Static variable in class com.featureprobe.sdk.server.FPConfig
- DEFAULT - Static variable in class com.featureprobe.sdk.server.HttpConfiguration
- DefaultEventProcessor - Class in com.featureprobe.sdk.server
- DefaultEventProcessorFactory - Class in com.featureprobe.sdk.server
- DefaultEventProcessorFactory() - Constructor for class com.featureprobe.sdk.server.DefaultEventProcessorFactory
- Distribution - Class in com.featureprobe.sdk.server.model
- Distribution() - Constructor for class com.featureprobe.sdk.server.model.Distribution
- DOES_NOT_CONTAIN - com.featureprobe.sdk.server.model.PredicateType
- DOES_NOT_END_WITH - com.featureprobe.sdk.server.model.PredicateType
- DOES_NOT_MATCH_REGEX - com.featureprobe.sdk.server.model.PredicateType
- DOES_NOT_START_WITH - com.featureprobe.sdk.server.model.PredicateType
- doEval(FPUser, Map<String, Toggle>, Map<String, Segment>, Object, int) - Method in class com.featureprobe.sdk.server.model.Toggle
E
- ENDS_WITH - com.featureprobe.sdk.server.model.PredicateType
- EQUAL_TO - com.featureprobe.sdk.server.model.PredicateType
- eval(FPUser, Map<String, Toggle>, Map<String, Segment>, Object, int) - Method in class com.featureprobe.sdk.server.model.Toggle
- evalIndex(FPUser, String) - Method in class com.featureprobe.sdk.server.model.Serve
- EvaluationResult - Class in com.featureprobe.sdk.server
- EvaluationResult(Object, Optional<Integer>, Optional<Integer>, Long, String) - Constructor for class com.featureprobe.sdk.server.EvaluationResult
- EVALUATOR - Static variable in class com.featureprobe.sdk.server.Loggers
- Event - Class in com.featureprobe.sdk.server
- Event(String, long, String) - Constructor for class com.featureprobe.sdk.server.Event
- EVENT - Static variable in class com.featureprobe.sdk.server.Loggers
- EventProcessor - Interface in com.featureprobe.sdk.server
- EventProcessorFactory - Interface in com.featureprobe.sdk.server
- eventUrl(URL) - Method in class com.featureprobe.sdk.server.FPConfig.Builder
F
- FEATURE_PROBE_SERVER_SDK_KEY - Static variable in class com.featureprobe.sdk.example.FeatureProbeDemo
- FeatureProbe - Class in com.featureprobe.sdk.server
-
A client for the FeatureProbe API.
- FeatureProbe(String) - Constructor for class com.featureprobe.sdk.server.FeatureProbe
-
Creates a new client instance that connects to FeatureProbe with the default configuration.
- FeatureProbe(String, FPConfig) - Constructor for class com.featureprobe.sdk.server.FeatureProbe
-
Creates a new client to connect to FeatureProbe with a custom configuration.
- FeatureProbeDemo - Class in com.featureprobe.sdk.example
- FeatureProbeDemo() - Constructor for class com.featureprobe.sdk.example.FeatureProbeDemo
- FileSynchronizerFactory - Class in com.featureprobe.sdk.server
- FileSynchronizerFactory() - Constructor for class com.featureprobe.sdk.server.FileSynchronizerFactory
- findIndex(FPUser, String) - Method in class com.featureprobe.sdk.server.model.Split
- flush() - Method in class com.featureprobe.sdk.server.DefaultEventProcessor
- flush() - Method in interface com.featureprobe.sdk.server.EventProcessor
- flush() - Method in class com.featureprobe.sdk.server.FeatureProbe
-
Manually events push
- forValue(String) - Static method in enum com.featureprobe.sdk.server.model.ConditionType
- forValue(String) - Static method in enum com.featureprobe.sdk.server.model.PredicateType
- FPConfig - Class in com.featureprobe.sdk.server
- FPConfig(FPConfig.Builder) - Constructor for class com.featureprobe.sdk.server.FPConfig
- FPConfig.Builder - Class in com.featureprobe.sdk.server
- FPDetail<T> - Class in com.featureprobe.sdk.server
- FPDetail() - Constructor for class com.featureprobe.sdk.server.FPDetail
- FPUser - Class in com.featureprobe.sdk.server
-
A collection of attributes that can affect toggle evaluation, usually corresponding to a user of your application.
- FPUser() - Constructor for class com.featureprobe.sdk.server.FPUser
-
Creates a new FPUser
- FPUser(String) - Constructor for class com.featureprobe.sdk.server.FPUser
-
Deprecated.
G
- getAllSegment() - Method in interface com.featureprobe.sdk.server.DataRepository
- getAllToggle() - Method in interface com.featureprobe.sdk.server.DataRepository
- getAttr(String) - Method in class com.featureprobe.sdk.server.FPUser
-
Get the specified attribute value
- getAttrs() - Method in class com.featureprobe.sdk.server.FPUser
-
Get FPUser all attribute
- getBucketBy() - Method in class com.featureprobe.sdk.server.model.Split
- getConditions() - Method in class com.featureprobe.sdk.server.model.Rule
- getConditions() - Method in class com.featureprobe.sdk.server.model.SegmentRule
- getCounters() - Method in class com.featureprobe.sdk.server.AccessSummaryRecorder
- getDebugUntilTime() - Method in interface com.featureprobe.sdk.server.DataRepository
- getDebugUntilTime() - Method in class com.featureprobe.sdk.server.model.Repository
- getDefaultServe() - Method in class com.featureprobe.sdk.server.model.Toggle
- getDisabledServe() - Method in class com.featureprobe.sdk.server.model.Toggle
- getDistribution() - Method in class com.featureprobe.sdk.server.model.Distribution
- getDistribution() - Method in class com.featureprobe.sdk.server.model.Split
- getEnabled() - Method in class com.featureprobe.sdk.server.model.Toggle
- getEndTime() - Method in class com.featureprobe.sdk.server.AccessSummaryRecorder
- getForClient() - Method in class com.featureprobe.sdk.server.model.Toggle
- getIndex() - Method in class com.featureprobe.sdk.server.HitResult
- getKey() - Method in class com.featureprobe.sdk.server.AccessEvent
- getKey() - Method in class com.featureprobe.sdk.server.DebugEvent
- getKey() - Method in class com.featureprobe.sdk.server.FPUser
-
Get FPUser unique identifier
- getKey() - Method in class com.featureprobe.sdk.server.model.Prerequisite
- getKey() - Method in class com.featureprobe.sdk.server.model.Toggle
- getKind() - Method in class com.featureprobe.sdk.server.Event
- getLastModified() - Method in class com.featureprobe.sdk.server.model.Toggle
- getName() - Method in class com.featureprobe.sdk.server.CustomEvent
- getObjects() - Method in class com.featureprobe.sdk.server.model.Condition
- getPredicate() - Method in class com.featureprobe.sdk.server.model.Condition
- getPrerequisites() - Method in class com.featureprobe.sdk.server.model.Toggle
- getReason() - Method in class com.featureprobe.sdk.server.DebugEvent
- getReason() - Method in class com.featureprobe.sdk.server.EvaluationResult
- getReason() - Method in class com.featureprobe.sdk.server.FPDetail
- getReason() - Method in class com.featureprobe.sdk.server.HitResult
- getRuleIndex() - Method in class com.featureprobe.sdk.server.AccessEvent
- getRuleIndex() - Method in class com.featureprobe.sdk.server.DebugEvent
- getRuleIndex() - Method in class com.featureprobe.sdk.server.EvaluationResult
- getRuleIndex() - Method in class com.featureprobe.sdk.server.FPDetail
- getRules() - Method in class com.featureprobe.sdk.server.model.Segment
- getRules() - Method in class com.featureprobe.sdk.server.model.Toggle
- getSalt() - Method in class com.featureprobe.sdk.server.model.Split
- getSegment(String) - Method in interface com.featureprobe.sdk.server.DataRepository
- getSegments() - Method in class com.featureprobe.sdk.server.model.Repository
- getSelect() - Method in class com.featureprobe.sdk.server.model.Serve
- getServe() - Method in class com.featureprobe.sdk.server.model.Rule
- getSplit() - Method in class com.featureprobe.sdk.server.model.Serve
- getStartTime() - Method in class com.featureprobe.sdk.server.AccessSummaryRecorder
- getSubject() - Method in class com.featureprobe.sdk.server.model.Condition
- getTime() - Method in class com.featureprobe.sdk.server.Event
- getToggle(String) - Method in interface com.featureprobe.sdk.server.DataRepository
- getToggles() - Method in class com.featureprobe.sdk.server.model.Repository
- getTrackAccessEvents() - Method in class com.featureprobe.sdk.server.model.Toggle
- getType() - Method in class com.featureprobe.sdk.server.model.Condition
- getUniqueId() - Method in class com.featureprobe.sdk.server.model.Segment
- getUser() - Method in class com.featureprobe.sdk.server.Event
- getUserDetail() - Method in class com.featureprobe.sdk.server.DebugEvent
- getValue() - Method in class com.featureprobe.sdk.server.AccessEvent
- getValue() - Method in class com.featureprobe.sdk.server.CustomEvent
- getValue() - Method in class com.featureprobe.sdk.server.DebugEvent
- getValue() - Method in class com.featureprobe.sdk.server.EvaluationResult
- getValue() - Method in class com.featureprobe.sdk.server.FPDetail
- getValue() - Method in class com.featureprobe.sdk.server.model.Prerequisite
- getVariationIndex() - Method in class com.featureprobe.sdk.server.AccessEvent
- getVariationIndex() - Method in class com.featureprobe.sdk.server.DebugEvent
- getVariationIndex() - Method in class com.featureprobe.sdk.server.EvaluationResult
- getVariations() - Method in class com.featureprobe.sdk.server.model.Toggle
- getVersion() - Method in class com.featureprobe.sdk.server.AccessEvent
- getVersion() - Method in class com.featureprobe.sdk.server.DebugEvent
- getVersion() - Method in class com.featureprobe.sdk.server.EvaluationResult
- getVersion() - Method in class com.featureprobe.sdk.server.FPDetail
- getVersion() - Method in class com.featureprobe.sdk.server.model.Segment
- getVersion() - Method in class com.featureprobe.sdk.server.model.Toggle
- GREATER_OR_EQUAL - com.featureprobe.sdk.server.model.PredicateType
- GREATER_THAN - com.featureprobe.sdk.server.model.PredicateType
H
- headers(Headers) - Method in class com.featureprobe.sdk.server.HttpConfiguration.Builder
- hit(FPUser, Map<String, Segment>) - Method in class com.featureprobe.sdk.server.model.SegmentRule
- hit(FPUser, Map<String, Segment>, String) - Method in class com.featureprobe.sdk.server.model.Rule
- HitResult - Class in com.featureprobe.sdk.server
- HitResult(boolean) - Constructor for class com.featureprobe.sdk.server.HitResult
- HitResult(boolean, Optional<Integer>, Optional<String>) - Constructor for class com.featureprobe.sdk.server.HitResult
- HitResult(boolean, Optional<String>) - Constructor for class com.featureprobe.sdk.server.HitResult
- HttpConfiguration - Class in com.featureprobe.sdk.server
- HttpConfiguration(HttpConfiguration.Builder) - Constructor for class com.featureprobe.sdk.server.HttpConfiguration
- HttpConfiguration.Builder - Class in com.featureprobe.sdk.server
- HttpErrorException - Exception in com.featureprobe.sdk.server.exceptions
- HttpErrorException(String) - Constructor for exception com.featureprobe.sdk.server.exceptions.HttpErrorException
I
- initialized() - Method in interface com.featureprobe.sdk.server.DataRepository
- initialized() - Method in class com.featureprobe.sdk.server.FeatureProbe
-
Get FeatureProbe instance initial state
- IS_IN - com.featureprobe.sdk.server.model.PredicateType
- IS_NOT_ANY_OF - com.featureprobe.sdk.server.model.PredicateType
- IS_NOT_IN - com.featureprobe.sdk.server.model.PredicateType
- IS_ONE_OF - com.featureprobe.sdk.server.model.PredicateType
- isHit() - Method in class com.featureprobe.sdk.server.HitResult
- isTrackAccessEvents() - Method in class com.featureprobe.sdk.server.AccessEvent
J
- jsonDetail(String, FPUser, T, Class<T>) - Method in class com.featureprobe.sdk.server.FeatureProbe
-
Get detailed evaluation results of json toggle
- jsonValue(String, FPUser, T, Class<T>) - Method in class com.featureprobe.sdk.server.FeatureProbe
-
Get the evaluated value of a json toggle
L
- LESS_OR_EQUAL - com.featureprobe.sdk.server.model.PredicateType
- LESS_THAN - com.featureprobe.sdk.server.model.PredicateType
- localFileMode() - Method in class com.featureprobe.sdk.server.FPConfig.Builder
- localFileMode(String) - Method in class com.featureprobe.sdk.server.FPConfig.Builder
- Loggers - Class in com.featureprobe.sdk.server
M
- main(String[]) - Static method in class com.featureprobe.sdk.example.FeatureProbeDemo
- MAIN - Static variable in class com.featureprobe.sdk.server.Loggers
- match(double, List<String>) - Method in interface com.featureprobe.sdk.server.NumberMatcher
- match(long, List<String>) - Method in interface com.featureprobe.sdk.server.DatetimeMatcher
- match(FPUser, Map<String, Segment>, List<String>) - Method in interface com.featureprobe.sdk.server.SegmentMatcher
- match(String, List<String>) - Method in interface com.featureprobe.sdk.server.StringMatcher
- match(ComparableVersion, List<String>) - Method in interface com.featureprobe.sdk.server.SemverMatcher
- MATCHES_REGEX - com.featureprobe.sdk.server.model.PredicateType
- matchObjects(FPUser, Map<String, Segment>) - Method in class com.featureprobe.sdk.server.model.Condition
- meetPrerequisite(FPUser, Map<String, Toggle>, Map<String, Segment>, int) - Method in class com.featureprobe.sdk.server.model.Toggle
N
- NOT_EQUAL_TO - com.featureprobe.sdk.server.model.PredicateType
- NUMBER - com.featureprobe.sdk.server.model.ConditionType
- numberDetail(String, FPUser, double) - Method in class com.featureprobe.sdk.server.FeatureProbe
-
Get detailed evaluation results of number toggle
- NumberMatcher - Interface in com.featureprobe.sdk.server
- numberValue(String, FPUser, double) - Method in class com.featureprobe.sdk.server.FeatureProbe
-
Get the evaluated value of a number toggle
P
- pollingMode() - Method in class com.featureprobe.sdk.server.FPConfig.Builder
- pollingMode(HttpConfiguration) - Method in class com.featureprobe.sdk.server.FPConfig.Builder
- pollingMode(Duration) - Method in class com.featureprobe.sdk.server.FPConfig.Builder
- PollingSynchronizerFactory - Class in com.featureprobe.sdk.server
- PollingSynchronizerFactory() - Constructor for class com.featureprobe.sdk.server.PollingSynchronizerFactory
- PredicateType - Enum in com.featureprobe.sdk.server.model
- Prerequisite - Class in com.featureprobe.sdk.server.model
- Prerequisite() - Constructor for class com.featureprobe.sdk.server.model.Prerequisite
- prerequisiteDeep(Integer) - Method in class com.featureprobe.sdk.server.FPConfig.Builder
- PrerequisiteException - Exception in com.featureprobe.sdk.server.exceptions
- PrerequisiteException(String) - Constructor for exception com.featureprobe.sdk.server.exceptions.PrerequisiteException
- PrerequisitesDeepOverflowException - Exception in com.featureprobe.sdk.server.exceptions
- PrerequisitesDeepOverflowException(String) - Constructor for exception com.featureprobe.sdk.server.exceptions.PrerequisitesDeepOverflowException
- push(Event) - Method in class com.featureprobe.sdk.server.DefaultEventProcessor
- push(Event) - Method in interface com.featureprobe.sdk.server.EventProcessor
R
- readTimeout(Duration) - Method in class com.featureprobe.sdk.server.HttpConfiguration.Builder
- realtimeUri(String) - Method in class com.featureprobe.sdk.server.FPConfig.Builder
- realtimeUri(URI) - Method in class com.featureprobe.sdk.server.FPConfig.Builder
- refresh(Repository) - Method in interface com.featureprobe.sdk.server.DataRepository
- remoteUri(String) - Method in class com.featureprobe.sdk.server.FPConfig.Builder
- Repository - Class in com.featureprobe.sdk.server.model
- Repository() - Constructor for class com.featureprobe.sdk.server.model.Repository
- Repository(Map<String, Toggle>, Map<String, Segment>, Long) - Constructor for class com.featureprobe.sdk.server.model.Repository
- Rule - Class in com.featureprobe.sdk.server.model
- Rule() - Constructor for class com.featureprobe.sdk.server.model.Rule
- Rule(Serve, List<Condition>) - Constructor for class com.featureprobe.sdk.server.model.Rule
S
- Segment - Class in com.featureprobe.sdk.server.model
- Segment() - Constructor for class com.featureprobe.sdk.server.model.Segment
- SEGMENT - com.featureprobe.sdk.server.model.ConditionType
- SegmentMatcher - Interface in com.featureprobe.sdk.server
- SegmentRule - Class in com.featureprobe.sdk.server.model
- SegmentRule() - Constructor for class com.featureprobe.sdk.server.model.SegmentRule
- SegmentRule(List<Condition>) - Constructor for class com.featureprobe.sdk.server.model.SegmentRule
- SEMVER - com.featureprobe.sdk.server.model.ConditionType
- SemverMatcher - Interface in com.featureprobe.sdk.server
- Serve - Class in com.featureprobe.sdk.server.model
- Serve() - Constructor for class com.featureprobe.sdk.server.model.Serve
- Serve(Split) - Constructor for class com.featureprobe.sdk.server.model.Serve
- Serve(Integer) - Constructor for class com.featureprobe.sdk.server.model.Serve
- setAttrs(Map<String, String>) - Method in class com.featureprobe.sdk.server.FPUser
-
Add multiple attribute to the user
- setBucketBy(String) - Method in class com.featureprobe.sdk.server.model.Split
- setConditions(List<Condition>) - Method in class com.featureprobe.sdk.server.model.Rule
- setConditions(List<Condition>) - Method in class com.featureprobe.sdk.server.model.SegmentRule
- setDebugUntilTime(Long) - Method in class com.featureprobe.sdk.server.model.Repository
- setDefaultServe(Serve) - Method in class com.featureprobe.sdk.server.model.Toggle
- setDisabledServe(Serve) - Method in class com.featureprobe.sdk.server.model.Toggle
- setDistribution(List<List<List<Integer>>>) - Method in class com.featureprobe.sdk.server.model.Split
- setEnabled(Boolean) - Method in class com.featureprobe.sdk.server.model.Toggle
- setForClient(Boolean) - Method in class com.featureprobe.sdk.server.model.Toggle
- setKey(String) - Method in class com.featureprobe.sdk.server.model.Prerequisite
- setKey(String) - Method in class com.featureprobe.sdk.server.model.Toggle
- setLastModified(Long) - Method in class com.featureprobe.sdk.server.model.Toggle
- setObjects(List<String>) - Method in class com.featureprobe.sdk.server.model.Condition
- setPredicate(PredicateType) - Method in class com.featureprobe.sdk.server.model.Condition
- setPrerequisites(List<Prerequisite>) - Method in class com.featureprobe.sdk.server.model.Toggle
- setReason(String) - Method in class com.featureprobe.sdk.server.EvaluationResult
- setReason(String) - Method in class com.featureprobe.sdk.server.FPDetail
- setRuleIndex(Optional<Integer>) - Method in class com.featureprobe.sdk.server.EvaluationResult
- setRuleIndex(Optional<Integer>) - Method in class com.featureprobe.sdk.server.FPDetail
- setRules(List<Rule>) - Method in class com.featureprobe.sdk.server.model.Toggle
- setRules(List<SegmentRule>) - Method in class com.featureprobe.sdk.server.model.Segment
- setSalt(String) - Method in class com.featureprobe.sdk.server.model.Split
- setSegments(Map<String, Segment>) - Method in class com.featureprobe.sdk.server.model.Repository
- setSelect(Integer) - Method in class com.featureprobe.sdk.server.model.Serve
- setServe(Serve) - Method in class com.featureprobe.sdk.server.model.Rule
- setSplit(Split) - Method in class com.featureprobe.sdk.server.model.Serve
- setSubject(String) - Method in class com.featureprobe.sdk.server.model.Condition
- setToggles(Map<String, Toggle>) - Method in class com.featureprobe.sdk.server.model.Repository
- setTrackAccessEvents(Boolean) - Method in class com.featureprobe.sdk.server.model.Toggle
- setType(ConditionType) - Method in class com.featureprobe.sdk.server.model.Condition
- setUniqueId(String) - Method in class com.featureprobe.sdk.server.model.Segment
- setValue(Object) - Method in class com.featureprobe.sdk.server.EvaluationResult
- setValue(Object) - Method in class com.featureprobe.sdk.server.model.Prerequisite
- setValue(T) - Method in class com.featureprobe.sdk.server.FPDetail
- setVariationIndex(Optional<Integer>) - Method in class com.featureprobe.sdk.server.EvaluationResult
- setVariations(List<Object>) - Method in class com.featureprobe.sdk.server.model.Toggle
- setVersion(Long) - Method in class com.featureprobe.sdk.server.EvaluationResult
- setVersion(Long) - Method in class com.featureprobe.sdk.server.model.Segment
- setVersion(Long) - Method in class com.featureprobe.sdk.server.model.Toggle
- setVersion(Optional<Long>) - Method in class com.featureprobe.sdk.server.FPDetail
- shutdown() - Method in class com.featureprobe.sdk.server.DefaultEventProcessor
- shutdown() - Method in interface com.featureprobe.sdk.server.EventProcessor
- snapshot() - Method in class com.featureprobe.sdk.server.AccessSummaryRecorder
- Split - Class in com.featureprobe.sdk.server.model
- Split() - Constructor for class com.featureprobe.sdk.server.model.Split
- Split(List<List<List<Integer>>>) - Constructor for class com.featureprobe.sdk.server.model.Split
- stableRollout(String) - Method in class com.featureprobe.sdk.server.FPUser
-
Set user unique id for percentage rollout
- STARTS_WITH - com.featureprobe.sdk.server.model.PredicateType
- startWait(Long, TimeUnit) - Method in class com.featureprobe.sdk.server.FPConfig.Builder
- streamingMode() - Method in class com.featureprobe.sdk.server.FPConfig.Builder
- streamingMode(Duration) - Method in class com.featureprobe.sdk.server.FPConfig.Builder
- StreamingSynchronizer - Class in com.featureprobe.sdk.server
- StreamingSynchronizerFactory - Class in com.featureprobe.sdk.server
- StreamingSynchronizerFactory() - Constructor for class com.featureprobe.sdk.server.StreamingSynchronizerFactory
- STRING - com.featureprobe.sdk.server.model.ConditionType
- stringDetail(String, FPUser, String) - Method in class com.featureprobe.sdk.server.FeatureProbe
-
Get detailed evaluation results of string toggle
- StringMatcher - Interface in com.featureprobe.sdk.server
- stringValue(String, FPUser, String) - Method in class com.featureprobe.sdk.server.FeatureProbe
-
Get the evaluated value of a string toggle
- sync() - Method in class com.featureprobe.sdk.server.StreamingSynchronizer
- sync() - Method in interface com.featureprobe.sdk.server.Synchronizer
- Synchronizer - Interface in com.featureprobe.sdk.server
- SYNCHRONIZER - Static variable in class com.featureprobe.sdk.server.Loggers
- SynchronizerFactory - Interface in com.featureprobe.sdk.server
- synchronizerUrl(URL) - Method in class com.featureprobe.sdk.server.FPConfig.Builder
T
- Toggle - Class in com.featureprobe.sdk.server.model
- Toggle() - Constructor for class com.featureprobe.sdk.server.model.Toggle
- toString() - Method in class com.featureprobe.sdk.server.FPDetail
- toValue() - Method in enum com.featureprobe.sdk.server.model.ConditionType
- toValue() - Method in enum com.featureprobe.sdk.server.model.PredicateType
- track(String, FPUser) - Method in class com.featureprobe.sdk.server.FeatureProbe
-
Tracks that a custom defined event
- track(String, FPUser, double) - Method in class com.featureprobe.sdk.server.FeatureProbe
-
Tracks that a custom defined event, and provides an additional numeric value for custom event.
U
- useMemoryRepository() - Method in class com.featureprobe.sdk.server.FPConfig.Builder
V
- valueOf(String) - Static method in enum com.featureprobe.sdk.server.model.ConditionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.featureprobe.sdk.server.model.PredicateType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.featureprobe.sdk.server.model.ConditionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.featureprobe.sdk.server.model.PredicateType
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- with(String, String) - Method in class com.featureprobe.sdk.server.FPUser
-
Add an attribute to the user
- writeTimeout(Duration) - Method in class com.featureprobe.sdk.server.HttpConfiguration.Builder
All Classes All Packages