Package | Description |
---|---|
org.corfudb.runtime.view |
Modifier and Type | Method and Description |
---|---|
void |
LayoutView.committed(long epoch,
Layout layout,
boolean force)
Send committed layout to the old Layout servers and the new Layout Servers.
|
Layout |
LayoutView.prepare(long epoch,
long rank)
Sends prepare to the current layout and can proceed only if it is accepted by a quorum.
|
void |
RuntimeLayout.sealMinServerSet()
Attempts to move all servers in the system to the epoch of this layout.
|
void |
LayoutView.updateLayout(Layout layout,
long rank)
Drives the consensus protocol for persisting the new Layout.
|
Copyright © 2019 CorfuDB. All rights reserved.