Uses of Enum Class
org.apache.hadoop.oncrpc.XDR.State

Packages that use XDR.State
Package
Description
This package provides ONC RPC implementation with simple UDP/TCP Servers and clients.
  • Uses of XDR.State in org.apache.hadoop.oncrpc

    Methods in org.apache.hadoop.oncrpc that return XDR.State
    Modifier and Type
    Method
    Description
    static XDR.State
    XDR.State.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static XDR.State[]
    XDR.State.values()
    Returns an array containing the constants of this enum class, in the order they are declared.