mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
pilosa.Server now implements StatusHandler and EventReceiver and needs only start a gossip memberset. A gossip member set now takes a server as an argument explicitly and the maze of handlers and receivers and the starting sequence is somewhat simplified. Server now trivially implements EventHandler by passing the call along to its Cluster object which has the actual implementation. This means that less things will need to refer to cluster. |
||
|---|---|---|
| .. | ||
| cluster.go | ||
| executor.go | ||
| field.go | ||
| fragment.go | ||
| handler.go | ||
| holder.go | ||
| index.go | ||
| logger.go | ||
| pilosa.go | ||
| pilosa_test.go | ||
| test.go | ||