(key string)
| 15 | Get(key string) (record.Record, error) |
| 16 | Put(m record.Record) (record.Record, error) |
| 17 | Delete(key string) error |
| 18 | Query(q *query.Query, local, internal bool) (*iterator.Iterator, error) |
| 19 | |
| 20 | // Information and Control |
no outgoing calls