public class LibraryCacheProfileRequest extends Object implements IOReadableWritable
| Constructor and Description |
|---|
LibraryCacheProfileRequest() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getRequiredLibraries()
Returns the names of libraries whose cache status is to be retrieved.
|
void |
read(DataInputView in) |
void |
setRequiredLibraries(String[] requiredLibraries)
Sets the names of libraries whose cache status is to be retrieved.
|
void |
write(DataOutputView out) |
public String[] getRequiredLibraries()
public void setRequiredLibraries(String[] requiredLibraries)
requiredLibraries - the names of libraries whose cache status is to be retrievedpublic void read(DataInputView in) throws IOException
read in interface IOReadableWritableIOExceptionpublic void write(DataOutputView out) throws IOException
write in interface IOReadableWritableIOExceptionCopyright © 2014 The Apache Software Foundation. All rights reserved.