Get returns n (or more) instances which form the replicas for the given key. bufDescs, bufHosts and bufZones are slices to be overwritten for the return value to avoid memory allocation; can be nil, or created with ring.MakeBuffersForGet().
(key uint32, op Operation, bufDescs []InstanceDesc, bufHosts, bufZones []string)
| 82 | // bufDescs, bufHosts and bufZones are slices to be overwritten for the return value |
| 83 | // to avoid memory allocation; can be nil, or created with ring.MakeBuffersForGet(). |
| 84 | Get(key uint32, op Operation, bufDescs []InstanceDesc, bufHosts, bufZones []string) (ReplicationSet, error) |
| 85 | |
| 86 | // GetWithOptions returns n (or more) instances which form the replicas for the given key |
| 87 | // with 0 or more Option instances to change the behavior of the method call. |
no outgoing calls