| Name | Description | Type | Package | Framework |
| AbstractInMemoryRepository | Base implementation for an in-memory store, using a Map internally. | Class | org.springframework.xd.store | Spring XD |
| AbstractRedisRepository | Base implementation for a store, using Redis behind the scenes. | Class | org.springframework.xd.store | Spring XD |
| AbstractRepository | Helper class for repositories, implementing some behavior in terms of unit methods. | Class | org.springframework.xd.store | Spring XD |
| DomainRepository | Interface | org.springframework.xd.store | Spring XD | |
| RangeCapableRepository | To be implemented by repositories that know how to return a slice of their data. | Interface | org.springframework.xd.store | Spring XD |