Uses of Class
wrappers.IPFSClusterConnector
Packages that use IPFSClusterConnector
-
Uses of IPFSClusterConnector in repository
Methods in repository that return IPFSClusterConnectorModifier and TypeMethodDescriptionRepository.GetData.clusterConnector()Returns the value of theclusterConnectorrecord component.Repository.PutData.clusterConnector()Returns the value of theclusterConnectorrecord component.Methods in repository with parameters of type IPFSClusterConnectorModifier and TypeMethodDescriptionstatic booleanRepository.exists(IPFSClusterConnector connector, String repoName) Returns a boolean whether the repository exists or not.Constructors in repository with parameters of type IPFSClusterConnectorModifierConstructorDescriptionGetData(IPFSProxyConnector connector, IPFSClusterConnector clusterConnector, Encryption encryption, com.google.gson.Gson gson, String password, String repoName) Creates an instance of aGetDatarecord class.PutData(Repository repository, IPFSClusterConnector clusterConnector, Encryption encryption, com.google.gson.Gson gson, String repoName) Creates an instance of aPutDatarecord class.