| Package | Description |
|---|---|
| org.dcache.xrootd.protocol.messages | |
| org.dcache.xrootd.util |
| Modifier and Type | Method and Description |
|---|---|
FileStatus |
OpenResponse.getFileStatus() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<FileStatus> |
DirListStatResponse.getFileStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
DirListResponse.Builder.add(String name,
FileStatus status) |
| Constructor and Description |
|---|
OpenResponse(OpenRequest request,
int fileHandle,
Integer cpsize,
String cptype,
FileStatus fs) |
StatResponse(StatRequest request,
FileStatus fs) |
| Constructor and Description |
|---|
DirListStatResponse(DirListRequest request,
int statusCode,
Iterable<String> names,
Iterable<FileStatus> status) |
DirListStatResponse(DirListRequest request,
Iterable<String> names,
Iterable<FileStatus> status) |
| Modifier and Type | Field and Description |
|---|---|
static FileStatus |
FileStatus.FILE_NOT_FOUND
Deprecated.
|
Copyright © 2011–2018 dCache.org. All rights reserved.