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()
Long
getDebugUntilTime()
Segment
getSegment(String key)
Toggle
getToggle(String key)
boolean
initialized()
void
refresh(Repository repository)
-
-
-
Method Detail
-
refresh
void refresh(Repository repository)
-
getDebugUntilTime
Long getDebugUntilTime()
-
initialized
boolean initialized()
-
-