Package com.featureprobe.sdk.server
Interface DataRepository
-
- All Superinterfaces:
AutoCloseable,Closeable
public interface DataRepository extends Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Segment>getAllSegment()Map<String,Toggle>getAllToggle()LonggetDebugUntilTime()SegmentgetSegment(String key)TogglegetToggle(String key)booleaninitialized()voidrefresh(Repository repository)
-
-
-
Method Detail
-
refresh
void refresh(Repository repository)
-
getDebugUntilTime
Long getDebugUntilTime()
-
initialized
boolean initialized()
-
-