Uses of Class
org.dcache.xrootd.util.FileStatus
-
Packages that use FileStatus Package Description org.dcache.xrootd.protocol.messages org.dcache.xrootd.tpc org.dcache.xrootd.tpc.protocol.messages org.dcache.xrootd.util -
-
Uses of FileStatus in org.dcache.xrootd.protocol.messages
Methods in org.dcache.xrootd.protocol.messages that return FileStatus Modifier and Type Method Description FileStatusOpenResponse. getFileStatus()Methods in org.dcache.xrootd.protocol.messages that return types with arguments of type FileStatus Modifier and Type Method Description java.lang.Iterable<FileStatus>DirListStatResponse. getFileStatus()Methods in org.dcache.xrootd.protocol.messages with parameters of type FileStatus Modifier and Type Method Description voidDirListResponse.Builder. add(java.lang.String name, FileStatus status)Constructors in org.dcache.xrootd.protocol.messages with parameters of type FileStatus Constructor Description OpenResponse(OpenRequest request, int fileHandle, java.lang.Integer cpsize, java.lang.String cptype, FileStatus fs)StatResponse(StatRequest request, FileStatus fs) -
Uses of FileStatus in org.dcache.xrootd.tpc
Methods in org.dcache.xrootd.tpc with parameters of type FileStatus Modifier and Type Method Description voidXrootdTpcInfo. setFileStatus(FileStatus fileStatus) -
Uses of FileStatus in org.dcache.xrootd.tpc.protocol.messages
Methods in org.dcache.xrootd.tpc.protocol.messages that return FileStatus Modifier and Type Method Description FileStatusInboundOpenReadOnlyResponse. getFileStatus() -
Uses of FileStatus in org.dcache.xrootd.util
Fields in org.dcache.xrootd.util declared as FileStatus Modifier and Type Field Description static FileStatusFileStatus. FILE_NOT_FOUNDDeprecated.
-