voldemort.utils
Interface Utils.Posix

All Superinterfaces:
com.sun.jna.Library
Enclosing class:
Utils

public static interface Utils.Posix
extends com.sun.jna.Library


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.jna.Library
com.sun.jna.Library.Handler
 
Field Summary
 
Fields inherited from interface com.sun.jna.Library
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
 
Method Summary
 int symlink(java.lang.String oldName, java.lang.String newName)
           
 

Method Detail

symlink

int symlink(java.lang.String oldName,
            java.lang.String newName)


Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu