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 operation
    byte[] Client.load​(java.lang.String filename)
    Executes the Load operation
    void Client.load​(java.lang.String filename, java.io.File fileFolder)
    Convenience method that calls Client.load(String) method and stores the data received from the Dstore in a new filename file in fileFolder folder.
    void Client.remove​(java.lang.String filename)
    Executes the Remove operation
    void Client.store​(java.io.File file)
    Convenience method that loads the content of the given file and then calls the Client.store(String, byte[]) method
    void Client.store​(java.lang.String filename, byte[] data)
    Executes the Store operation