featurebase/server
Matt Jaffee ee37152cd5
consolidate gossipEventReceiver into gossip member set
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.
2018-06-26 07:50:33 -05:00
..
cluster_test.go Update to new PQL syntax beyond the parser 2018-06-22 08:11:27 -05:00
config.go Update to new PQL syntax beyond the parser 2018-06-22 08:11:27 -05:00
config_test.go move pilosa.Config to pilosa/server.Config 2018-04-19 14:51:42 -05:00
default.go Add license notice to two files 2018-02-06 14:15:37 -06:00
enterprise.go Add missing license headers. 2018-05-15 12:26:33 -05:00
handler_test.go remove unecessary test and convert import test 2018-06-22 16:26:45 -05:00
release.go Add license notice to two files 2018-02-06 14:15:37 -06:00
server.go consolidate gossipEventReceiver into gossip member set 2018-06-26 07:50:33 -05:00
server_test.go Update to new PQL syntax beyond the parser 2018-06-22 08:11:27 -05:00