Interface CachedNetworkIO

  • All Superinterfaces:
    NetworkIO
    All Known Subinterfaces:
    CachedNetworkIOWM

    public interface CachedNetworkIO
    extends NetworkIO
    This interface defines methods related to cached network input and output.
    Since:
    11gR1
    • Method Detail

      • getNetworkCache

        LeveledNetworkCache getNetworkCache()
        Returns the network cache for all link levels.
        Returns:
        network cache for the specified link level
      • setNetworkCache

        void setNetworkCache​(LeveledNetworkCache cache)
        Sets the network cache.
        Parameters:
        cache -
      • updateNetworkCache

        void updateNetworkCache​(int linkLevel,
                                NetworkUpdate networkUpdate)
                         throws LODNetworkException
        Update network cache.
        Parameters:
        linkLevel - network link level
        networkUpdate - network update object that contains all the changes that should be applied to the network cache
        Throws:
        LODNetworkException