summaryrefslogtreecommitdiff
path: root/same/src/main/java/com/orbekk/same/services.proto
AgeCommit message (Collapse)Author
2012-05-22Add SystemService.KillMaster().Kjetil Ørbekk
2012-05-08Master takeover protocol.Kjetil Ørbekk
Implement the takeover protocol that guarantees correct after master takeover.
2012-05-07Add RPCs for master takeover protocol.Kjetil Ørbekk
2012-05-07Client keeps revision field.Kjetil Ørbekk
2012-05-07State-wide revision field maintained by master.Kjetil Ørbekk
2012-05-01Add SystemService.Kjetil Ørbekk
The SystemService is meant for debugging commands. It currently supports GetSystemStatus() which prints the state of all components.
2012-04-24Add protobuf version of Paxos service.Kjetil Ørbekk
2012-04-17Add 'location' field to ClientState.Kjetil Ørbekk
This field will hold the location of the client service.
2012-04-11Add "masterLocation" variable.Kjetil Ørbekk
This is the protobuffer service location for the master.
2012-04-10Convert Directory service to using a protobuffer based service.Kjetil Ørbekk
2012-04-10Add protobuf Master service.Kjetil Ørbekk
2012-04-10Add protobuf based Client service.protobuf-benchmarkKjetil Ørbekk
Use the new service internally in Client.