Class PrepareRequest
- java.lang.Object
-
- org.dcache.xrootd.protocol.messages.AbstractXrootdRequest
-
- org.dcache.xrootd.protocol.messages.PrepareRequest
-
- All Implemented Interfaces:
XrootdRequest
public class PrepareRequest extends AbstractXrootdRequest
-
-
Field Summary
-
Fields inherited from class org.dcache.xrootd.protocol.messages.AbstractXrootdRequest
requestId, session, streamId
-
-
Constructor Summary
Constructors Constructor Description PrepareRequest(io.netty.buffer.ByteBuf buffer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetOptions()java.lang.String[]getPathList()intgetPriority()booleanisCancel()booleanisColocate()booleanisFresh()booleanisNoErrors()booleanisNotify()booleanisStage()booleanisWriteMode()java.lang.StringtoString()-
Methods inherited from class org.dcache.xrootd.protocol.messages.AbstractXrootdRequest
getRequestId, getSession, getStreamId, getSubject, setSession
-
-
-
-
Method Detail
-
getOptions
public int getOptions()
-
getPriority
public int getPriority()
-
getPathList
public java.lang.String[] getPathList()
-
isCancel
public boolean isCancel()
-
isNotify
public boolean isNotify()
-
isNoErrors
public boolean isNoErrors()
-
isStage
public boolean isStage()
-
isWriteMode
public boolean isWriteMode()
-
isColocate
public boolean isColocate()
-
isFresh
public boolean isFresh()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-