public class StatRequest extends PathRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
StatRequest.Target
How the client is specifying about which file the server should provided
metadata.
|
requestId, session, streamId| Constructor and Description |
|---|
StatRequest(io.netty.buffer.ByteBuf buffer) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFhandle() |
StatRequest.Target |
getTarget()
Provide the target type of the kXR_stat request.
|
boolean |
isVfsSet() |
String |
toString() |
getOpaque, getPath, setOpaque, setPathgetRequestId, getSession, getStreamId, getSubject, setSessionpublic boolean isVfsSet()
public int getFhandle()
public StatRequest.Target getTarget()
If this method returns Target.FHANDLE then getFhandle()
describes the file handle the client is targeting. If the returned
value is Target.PATH then PathRequest.getPath() describes the file
path the client is targeting.
Copyright © 2011–2018 dCache.org. All rights reserved.