Class SafeNodeImpl

  • All Implemented Interfaces:
    io.aether.utils.interfaces.ObjectFind, Node<byte[],​byte[],​byte[],​byte[]>, Node2<byte[],​byte[]>, Node4<byte[]>, NodeDown<byte[],​byte[]>, NodeUp<byte[],​byte[]>, SafeNode<java.lang.Object>, ThreadSafe, io.aether.utils.ToString

    public class SafeNodeImpl
    extends java.lang.Object
    implements SafeNode<java.lang.Object>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void confirmToRemote​(int remoteEnd)  
      FGate<byte[],​byte[]> gDown()  
      FGate<byte[],​byte[]> gUp()  
      void toString​(io.aether.utils.AString sb)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface io.aether.utils.streams.NodeDown

        up
      • Methods inherited from interface io.aether.utils.interfaces.ObjectFind

        find, find, getOwners
      • Methods inherited from interface io.aether.utils.ToString

        toString2
    • Constructor Detail

      • SafeNodeImpl

        public SafeNodeImpl()
      • SafeNodeImpl

        public SafeNodeImpl​(int circleSize)
    • Method Detail

      • toString

        public void toString​(io.aether.utils.AString sb)
        Specified by:
        toString in interface io.aether.utils.ToString
      • confirmToRemote

        public void confirmToRemote​(int remoteEnd)
      • gUp

        public FGate<byte[],​byte[]> gUp()
        Specified by:
        gUp in interface NodeDown<byte[],​byte[]>
      • gDown

        public FGate<byte[],​byte[]> gDown()
        Specified by:
        gDown in interface NodeUp<byte[],​byte[]>