Module ate::conf[][src]

Structs

ChainOfTrustBuilder

Building class used to construct a chain-of-trust with its user defined plugins and configuration. Nearly always this builder will be used to create and load your chains.

ConfAte

Configuration settings for the ATE datastore

ConfCluster

Represents all nodes within this replication cluster. All the chains are spread evenly across the nodes within a cluster using a hashing algorithm. Care must be taken when added new addresses that the redo logs are not lost during a respreading of addresses. The recommended way to grow clusters is to add brand new clusters with the new addresses when a cluster is expanded and only remove the old ones when all the redo logs are synchronized, otherwise just make sure your cluster is big enought to start with.

ConfMesh

Configuration of a particular mesh that contains one of more chains

MeshAddress

Represents a target node within a mesh

Enums

ConfiguredFor

Determines what optimizes and defaults ATE selects based of a particular group of usecases

HashRoutine