Package io.dialob.client.api
Interface DialobStore.StoreState
-
- All Known Implementing Classes:
ImmutableStoreState
- Enclosing interface:
- DialobStore
@Immutable public static interface DialobStore.StoreState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,DialobStore.StoreEntity>getForms()Map<String,DialobStore.StoreEntity>getRevs()Map<String,DialobStore.StoreEntity>getTags()
-
-
-
Method Detail
-
getRevs
Map<String,DialobStore.StoreEntity> getRevs()
-
getForms
Map<String,DialobStore.StoreEntity> getForms()
-
getTags
Map<String,DialobStore.StoreEntity> getTags()
-
-