Uses of Record Class
repository.Block
Packages that use Block
-
Uses of Block in repository
Fields in repository with type parameters of type BlockModifier and TypeFieldDescriptionRepository.filesStores the unencrypted hash as the key and a pair of CID and Size as the valueMethods in repository that return types with arguments of type BlockModifier and TypeMethodDescriptionSnapshot.CreateSnapshotData.newBlocks()Returns the value of thenewBlocksrecord component.Constructor parameters in repository with type arguments of type BlockModifierConstructorDescriptionCreateSnapshotData(IPFSProxyConnector connector, Repository repository, Encryption encryption, com.google.gson.Gson gson, List<File> source, HashMap<String, Block> newBlocks) Creates an instance of aCreateSnapshotDatarecord class. -
Uses of Block in wrappers
Modifier and TypeMethodDescriptionIPFSProxyConnector.addBlock(InputStream block) Puts a block on to IPFS.