Package | Description |
---|---|
org.apache.hadoop.hdfs.nfs.mount | |
org.apache.hadoop.hdfs.nfs.nfs3 | |
org.apache.hadoop.oncrpc | |
org.apache.hadoop.oncrpc.security | |
org.apache.hadoop.portmap |
Modifier and Type | Method and Description |
---|---|
protected boolean |
RpcProgramMountd.isIdempotent(RpcCall call) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
RpcProgramNfs3.isIdempotent(RpcCall call) |
Modifier and Type | Method and Description |
---|---|
static RpcCall |
RpcCall.getInstance(int xid,
int program,
int version,
int procedure,
Credentials cred,
Verifier verifier) |
static RpcCall |
RpcCall.read(XDR xdr) |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
RpcProgram.isIdempotent(RpcCall call) |
Modifier and Type | Method and Description |
---|---|
abstract Verifier |
SecurityHandler.getVerifer(RpcCall request) |
VerifierNone |
SysSecurityHandler.getVerifer(RpcCall request) |
abstract boolean |
SecurityHandler.shouldSilentlyDrop(RpcCall request) |
boolean |
SysSecurityHandler.shouldSilentlyDrop(RpcCall request) |
XDR |
SecurityHandler.unwrap(RpcCall request,
byte[] data)
Used by GSS
|
byte[] |
SecurityHandler.wrap(RpcCall request,
XDR response)
Used by GSS
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
RpcProgramPortmap.isIdempotent(RpcCall call) |
Copyright © 2013 Apache Software Foundation. All rights reserved.