public DigestBuilder(PeerDht peerDht, Number160 locationKey) : base(peerDht, locationKey) { IsAscending = true; IsBloomFilterAnd = true; IsFastGet = true; ReturnNr = -1; SetSelf(this); }
public RemoveBuilder(PeerDht peerDht, Number160 locationKey) : base(peerDht, locationKey) { IsFastGet = true; SetSelf(this); }
public AddBuilder(PeerDht peerDht, Number160 locationKey) : base(peerDht, locationKey) { SetSelf(this); }
public DhtBuilder(PeerDht peerDht, Number160 locationKey) { PeerDht = peerDht; LocationKey = locationKey; }