Uses of Class
Client.NotEnoughDstoresException
-
Uses of Client.NotEnoughDstoresException in <Unnamed>
Methods in <Unnamed> that throw Client.NotEnoughDstoresException Modifier and Type Method Description java.lang.String[]
Client. list()
Executes the List operationbyte[]
Client. load(java.lang.String filename)
Executes the Load operationvoid
Client. load(java.lang.String filename, java.io.File fileFolder)
Convenience method that callsClient.load(String)
method and stores the data received from the Dstore in a newfilename
file infileFolder
folder.void
Client. remove(java.lang.String filename)
Executes the Remove operationvoid
Client. store(java.io.File file)
Convenience method that loads the content of the given file and then calls theClient.store(String, byte[])
methodvoid
Client. store(java.lang.String filename, byte[] data)
Executes the Store operation