Interface KvClientInterface

  • All Known Implementing Classes:
    KvStoreClient

    public interface KvClientInterface
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void close()  
      int create​(java.lang.String name, int mode, int keytype)  
      int createdirs​(java.lang.String name, int mode)  
      com.mapr.fs.proto.Common.FileType getfiletype​(com.mapr.fs.proto.Common.FidMsg fid)  
      com.mapr.fs.proto.Common.FSKeyType gettype​(com.mapr.fs.proto.Common.FidMsg fid)  
      com.mapr.fs.proto.Common.FidMsg lookup​(java.lang.String name)  
      int probe()  
      int remove​(java.lang.String name)  
      int rename​(java.lang.String oldname, java.lang.String newname)  
    • Method Detail

      • probe

        int probe()
      • close

        void close()
      • create

        int create​(java.lang.String name,
                   int mode,
                   int keytype)
      • createdirs

        int createdirs​(java.lang.String name,
                       int mode)
      • lookup

        com.mapr.fs.proto.Common.FidMsg lookup​(java.lang.String name)
      • gettype

        com.mapr.fs.proto.Common.FSKeyType gettype​(com.mapr.fs.proto.Common.FidMsg fid)
      • getfiletype

        com.mapr.fs.proto.Common.FileType getfiletype​(com.mapr.fs.proto.Common.FidMsg fid)
      • remove

        int remove​(java.lang.String name)
      • rename

        int rename​(java.lang.String oldname,
                   java.lang.String newname)