Uses of Class
com.google.bitcoin.core.PeerGroup.FilterRecalculateMode

Packages that use PeerGroup.FilterRecalculateMode
com.google.bitcoin.core   
 

Uses of PeerGroup.FilterRecalculateMode in com.google.bitcoin.core
 

Methods in com.google.bitcoin.core that return PeerGroup.FilterRecalculateMode
static PeerGroup.FilterRecalculateMode PeerGroup.FilterRecalculateMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PeerGroup.FilterRecalculateMode[] PeerGroup.FilterRecalculateMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.bitcoin.core with parameters of type PeerGroup.FilterRecalculateMode
 void PeerGroup.recalculateFastCatchupAndFilter(PeerGroup.FilterRecalculateMode mode)
          Recalculates the bloom filter given to peers as well as the timestamp after which full blocks are downloaded (instead of only headers).
 



Copyright © 2014. All rights reserved.