congrats Icon
New! Announcing our next generation AI code completions
Read here
Tabnine Logo
Client.resyncItem
Code IndexAdd Tabnine to your IDE (free)

How to use
resyncItem
method
in
com.icodici.universa.node2.network.Client

Best Java code snippets using com.icodici.universa.node2.network.Client.resyncItem (Showing top 5 results out of 315)

origin: UniversaBlockchain/universa

public ItemResult resync(String base64Id) throws ClientError {
  return client.resyncItem(HashId.withDigest(base64Id));
}
origin: UniversaBlockchain/universa

testSpace.clients.get(testSpace.clients.size()-1).resyncItem(contractMoney.getId());
long millisToWait = 60000;
long waitPeriod = 2000;
origin: UniversaBlockchain/universa

testSpace.clients.get(testSpace.clients.size()-1).resyncItem(rev1.getId());
long millisToWait = 60000;
long waitPeriod = 2000;
origin: UniversaBlockchain/universa

testSpace.nodes.forEach(n -> n.config.setIsFreeRegistrationsAllowedFromYaml(true));
testSpace.clients.get(testSpace.clients.size()-1).resyncItem(splitNest.getId());
Thread.sleep(2000);
origin: UniversaBlockchain/universa

absentNodeClient.resyncItem(contract.getId());
com.icodici.universa.node2.networkClientresyncItem

Javadoc

Force synchronization with the rest of the network of given item by its id. May require special client key / network configuration

Popular methods of Client

  • getState
  • <init>
    Create new client protocol session. It loads network configuration and creates client protocol sessi
  • getClient
  • getNodes
    Get list of nodes in
  • ping
  • register
    Register contract on the network without payment. May require special client key / network configura
  • command
    Execude custom command on the node
  • getNodeNumber
    Get number of node cliet connection is established with
  • getVersion
    Get network version
  • registerParcelWithState
    Register contract on the network with parcel (includes payment) and wait for some of the final ItemS
  • getParcelProcessingState
    Get processing state of given parcel
  • getSession
    Get session of http client connected to node with given number
  • getParcelProcessingState,
  • getSession,
  • getStats,
  • queryContract,
  • setVerboseLevel,
  • size,
  • followerGetRate,
  • getBody,
  • getContract

Popular in Java

  • Reactive rest calls using spring rest template
  • getResourceAsStream (ClassLoader)
  • getSharedPreferences (Context)
  • onRequestPermissionsResult (Fragment)
  • Menu (java.awt)
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • Permission (java.security)
    Legacy security code; do not use.
  • DecimalFormat (java.text)
    A concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features desig
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • Reference (javax.naming)
  • Top 17 PhpStorm Plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now