congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
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

  • Start an intent from android
  • scheduleAtFixedRate (Timer)
  • getResourceAsStream (ClassLoader)
  • onCreateOptionsMenu (Activity)
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • ArrayList (java.util)
    ArrayList is an implementation of List, backed by an array. All optional operations including adding
  • Properties (java.util)
    A Properties object is a Hashtable where the keys and values must be Strings. Each property can have
  • JFileChooser (javax.swing)
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • Top 12 Jupyter Notebook extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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