Class GOOGLE_PING


  • @Deprecated
    public class GOOGLE_PING
    extends S3_PING
    Deprecated.
    Use GOOGLE_PING2 instead: https://github.com/jgroups-extras/jgroups-google
    Discovery protocol for Google Cloud Storage. Very simple first shot at an impl, based on a simple migration of S3_PING, as discussed in [1].

    The location property needs to be the bucket name.

    [1] https://developers.google.com/storage/docs/migrating#migration-simple

    Since:
    3.5
    Author:
    Bela Ban
    • Constructor Detail

      • GOOGLE_PING

        public GOOGLE_PING()
        Deprecated.
    • Method Detail

      • init

        public void init()
                  throws java.lang.Exception
        Deprecated.
        Description copied from class: Protocol
        Called after instance has been created (null constructor) and before protocol is started. Properties are already set. Other protocols are not yet connected and events cannot yet be sent.
        Overrides:
        init in class S3_PING
        Throws:
        java.lang.Exception - Thrown if protocol cannot be initialized successfully. This will cause the ProtocolStack to fail, so the channel constructor will throw an exception
      • createConnection

        protected org.jgroups.protocols.S3_PING.AWSAuthConnection createConnection()
        Deprecated.
        Overrides:
        createConnection in class S3_PING