public class PaxosState
extends java.lang.Object
Constructor and Description |
---|
PaxosState(java.nio.ByteBuffer key,
CFMetaData metadata) |
PaxosState(Commit promised,
Commit accepted,
Commit mostRecentCommit) |
Modifier and Type | Method and Description |
---|---|
static void |
commit(Commit proposal) |
static PrepareResponse |
prepare(Commit toPrepare) |
static java.lang.Boolean |
propose(Commit proposal) |
public PaxosState(java.nio.ByteBuffer key, CFMetaData metadata)
public static PrepareResponse prepare(Commit toPrepare)
public static java.lang.Boolean propose(Commit proposal)
public static void commit(Commit proposal)
Copyright © 2017 The Apache Software Foundation