Class Nfs3TargetResponse


  • public final class Nfs3TargetResponse
    extends java.lang.Object
    • Method Detail

      • target

        public java.util.Optional<java.lang.String> target()
        Returns:
        IP address or host name of an NFSv3 host (e.g., 10.0.44.44).
      • usageModel

        public java.util.Optional<java.lang.String> usageModel()
        Returns:
        Identifies the StorageCache usage model to be used for this storage target.
      • verificationTimer

        public java.util.Optional<java.lang.Integer> verificationTimer()
        Returns:
        Amount of time (in seconds) the cache waits before it checks the back-end storage for file updates.
      • writeBackTimer

        public java.util.Optional<java.lang.Integer> writeBackTimer()
        Returns:
        Amount of time (in seconds) the cache waits after the last file change before it copies the changed file to back-end storage.