Class VolumeManager


  • @Deprecated
    public class VolumeManager
    extends java.lang.Object
    Deprecated.
    • Constructor Summary

      Constructors 
      Constructor Description
      VolumeManager​(com.mapr.fs.MapRFileSystem mfs, com.mapr.fs.proto.Security.CredentialsMsg userCredentials)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void createVolume​(java.lang.String volumeName, java.lang.String volumePath)
      Deprecated.
       
      boolean deleteVolume​(java.lang.String topicName)
      Deprecated.
       
      boolean isVolume​(java.lang.String topicName)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VolumeManager

        public VolumeManager​(com.mapr.fs.MapRFileSystem mfs,
                             com.mapr.fs.proto.Security.CredentialsMsg userCredentials)
        Deprecated.
    • Method Detail

      • createVolume

        public void createVolume​(java.lang.String volumeName,
                                 java.lang.String volumePath)
                          throws java.lang.IllegalArgumentException,
                                 java.io.IOException
        Deprecated.
        Throws:
        java.lang.IllegalArgumentException
        java.io.IOException
      • isVolume

        public boolean isVolume​(java.lang.String topicName)
                         throws java.lang.IllegalArgumentException,
                                java.io.IOException
        Deprecated.
        Throws:
        java.lang.IllegalArgumentException
        java.io.IOException
      • deleteVolume

        public boolean deleteVolume​(java.lang.String topicName)
                             throws java.lang.IllegalArgumentException,
                                    java.io.IOException
        Deprecated.
        Throws:
        java.lang.IllegalArgumentException
        java.io.IOException