Interface KvClientInterface

All Known Implementing Classes:
KvStoreClient

public interface KvClientInterface
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    int
    create(String name, int mode, int keytype)
     
    int
    createdirs(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(String name)
     
    int
     
    int
    remove(String name)
     
    int
    rename(String oldname, String newname)
     
  • Method Details

    • probe

      int probe()
    • close

      void close()
    • create

      int create(String name, int mode, int keytype)
    • createdirs

      int createdirs(String name, int mode)
    • lookup

      com.mapr.fs.proto.Common.FidMsg lookup(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(String name)
    • rename

      int rename(String oldname, String newname)