Exemplo n.º 1
0
 public RiakConfiguration()
 {
     Nodes = new List <RiakNode>();
     DefaultBucketSettings = new BucketConfiguration();
     RegisteredBuckets     = new Dictionary <Type, BucketConfiguration>();
     ConnectionLimit       = 1;
 }
Exemplo n.º 2
0
        public BucketConfiguration GetBucketForType <T>()
        {
            BucketConfiguration configuration = DefaultBucketSettings;

            return(configuration);
        }