public RiakConfiguration() { Nodes = new List <RiakNode>(); DefaultBucketSettings = new BucketConfiguration(); RegisteredBuckets = new Dictionary <Type, BucketConfiguration>(); ConnectionLimit = 1; }
public BucketConfiguration GetBucketForType <T>() { BucketConfiguration configuration = DefaultBucketSettings; return(configuration); }