Uses of Interface
com.apicatalog.rdf.canon.RdfCanonTicker
-
-
Uses of RdfCanonTicker in com.apicatalog.rdf.canon
Classes in com.apicatalog.rdf.canon that implement RdfCanonTicker Modifier and Type Class Description classRdfCanonTimeTickerAn implementation ofRdfCanonTickerthat monitors elapsed time in milliseconds and interrupts the RDF canonicalization process if a specified maximum duration is exceeded.Fields in com.apicatalog.rdf.canon declared as RdfCanonTicker Modifier and Type Field Description static RdfCanonTickerRdfCanonTicker. EMPTYprivate RdfCanonTickerRdfCanon. tickerAllows premature termination of the canonicalization process based on criteria defined by the associatedRdfCanonTickerinstance.Methods in com.apicatalog.rdf.canon with parameters of type RdfCanonTicker Modifier and Type Method Description static RdfCanonRdfCanon. create(java.lang.String hashAlgorithm, RdfCanonTicker ticker)Creates a new instance ofRdfCanonusing the specified hash algorithm andRdfCanonTicker.static RdfCanonRdfCanon. create(java.security.MessageDigest digest, RdfCanonTicker ticker)(package private) static RdfCanonRdfCanon. newInstance(java.util.Set<Quad> nquads, java.security.MessageDigest digest, RdfCanonTicker ticker)Constructors in com.apicatalog.rdf.canon with parameters of type RdfCanonTicker Constructor Description RdfCanon(java.util.Map<java.lang.String,java.util.Collection<Quad>> blankIdToQuadSet, java.util.Map<java.lang.String,Blank> resources, java.security.MessageDigest digest, java.util.Set<Quad> nquads, RdfCanonTicker ticker)
-