Examples of VoidResponse


Examples of org.apache.hadoop.nfs.nfs3.response.VoidResponse

  @Override
  public NFS3Response nullProcedure() {
    if (LOG.isDebugEnabled()) {
      LOG.debug("NFS NULL");
    }
    return new VoidResponse(Nfs3Status.NFS3_OK);
  }
View Full Code Here

Examples of org.apache.hadoop.nfs.nfs3.response.VoidResponse

 
  public NFS3Response nullProcedure() {
    if (LOG.isDebugEnabled()) {
      LOG.debug("NFS NULL");
    }
    return new VoidResponse(Nfs3Status.NFS3_OK);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.