Documentation ¶
Index ¶
Constants ¶
View Source
const ( PREPARE uint8 = iota PREPARE_REPLY M1A M1B M2A M2B COMMIT )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommitCache ¶
type CommitCache struct {
// contains filtered or unexported fields
}
func NewCommitCache ¶
func NewCommitCache() *CommitCache
func (*CommitCache) Get ¶
func (p *CommitCache) Get() *Commit
func (*CommitCache) Put ¶
func (p *CommitCache) Put(t *Commit)
type M_1a ¶
func (*M_1a) BinarySize ¶
type M_1aCache ¶
type M_1aCache struct {
// contains filtered or unexported fields
}
func NewM_1aCache ¶
func NewM_1aCache() *M_1aCache
type M_1b ¶
func (*M_1b) BinarySize ¶
type M_1bCache ¶
type M_1bCache struct {
// contains filtered or unexported fields
}
func NewM_1bCache ¶
func NewM_1bCache() *M_1bCache
type M_2a ¶
func (*M_2a) BinarySize ¶
type M_2aCache ¶
type M_2aCache struct {
// contains filtered or unexported fields
}
func NewM_2aCache ¶
func NewM_2aCache() *M_2aCache
type M_2b ¶
func (*M_2b) BinarySize ¶
type M_2bCache ¶
type M_2bCache struct {
// contains filtered or unexported fields
}
func NewM_2bCache ¶
func NewM_2bCache() *M_2bCache
type Prepare ¶
func (*Prepare) BinarySize ¶
type PrepareCache ¶
type PrepareCache struct {
// contains filtered or unexported fields
}
func NewPrepareCache ¶
func NewPrepareCache() *PrepareCache
func (*PrepareCache) Get ¶
func (p *PrepareCache) Get() *Prepare
func (*PrepareCache) Put ¶
func (p *PrepareCache) Put(t *Prepare)
type PrepareReply ¶
func (*PrepareReply) BinarySize ¶
func (t *PrepareReply) BinarySize() (nbytes int, sizeKnown bool)
func (*PrepareReply) Marshal ¶
func (t *PrepareReply) Marshal(wire io.Writer)
type PrepareReplyCache ¶
type PrepareReplyCache struct {
// contains filtered or unexported fields
}
func NewPrepareReplyCache ¶
func NewPrepareReplyCache() *PrepareReplyCache
func (*PrepareReplyCache) Get ¶
func (p *PrepareReplyCache) Get() *PrepareReply
func (*PrepareReplyCache) Put ¶
func (p *PrepareReplyCache) Put(t *PrepareReply)
Click to show internal directories.
Click to hide internal directories.