Documentation
¶
Overview ¶
conflux - Distributed database synchronization library Based on the algorithm described in "Set Reconciliation with Nearly Optimal Communication Complexity", Yaron Minsky, Ari Trachtenberg, and Richard Zippel, 2004. Copyright (C) 2012 Casey Marshall <casey.marshall@gmail.com> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
Index ¶
Constants ¶
View Source
const CreateIndex_PElement_NodeKey = `
CREATE INDEX {{.Namespace}}_pelement_node_key ON {{.Namespace}}_pelement (node_key)`
View Source
const CreateTable_PElement = `` /* 193-byte string literal not displayed */
View Source
const CreateTable_PNode = `` /* 188-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
func ErrDuplicateElement ¶
func ErrDuplicateElement(z *Zp) error
Types ¶
Click to show internal directories.
Click to hide internal directories.