Package nxt.taggeddata
Class TaggedDataHome
java.lang.Object
nxt.taggeddata.TaggedDataHome
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionfinal classfinal class -
Method Summary
Modifier and TypeMethodDescriptionstatic TaggedDataHomeforChain(ChildChain childChain) getAll(int from, int to) getAllTags(int from, int to) intgetCount()getData(byte[] transactionFullHash) intgetTagsLike(String prefix, int from, int to) booleanisPruned(byte[] transactionFullHash) searchData(String query, String channel, long accountId, int from, int to)
-
Method Details
-
forChain
-
getTagCount
public int getTagCount() -
getAllTags
-
getTagsLike
-
getCount
public int getCount() -
getAll
-
getData
-
getData
public DbIterator<TaggedDataHome.TaggedData> getData(String channel, long accountId, int from, int to) -
searchData
public DbIterator<TaggedDataHome.TaggedData> searchData(String query, String channel, long accountId, int from, int to) -
isPruned
public boolean isPruned(byte[] transactionFullHash)
-