Uses of Class
org.dcache.xrootd.protocol.messages.StatRequest.Target
-
Packages that use StatRequest.Target Package Description org.dcache.xrootd.protocol.messages -
-
Uses of StatRequest.Target in org.dcache.xrootd.protocol.messages
Methods in org.dcache.xrootd.protocol.messages that return StatRequest.Target Modifier and Type Method Description StatRequest.TargetStatRequest. getTarget()Provide the target type of the kXR_stat request.static StatRequest.TargetStatRequest.Target. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StatRequest.Target[]StatRequest.Target. values()Returns an array containing the constants of this enum type, in the order they are declared.
-