Package 

Class CloudXArbiterPlatform


  • 
    public abstract class CloudXArbiterPlatform
    
                        

    Platform participating in an arbiter.

    This is intentionally not an enum so future platforms can be added without making the public API look like a closed set.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String name
    • Method Summary

      Modifier and Type Method Description
      abstract String getName() Stable platform name sent to CloudX services.
      final Boolean equals(Object other)
      final Integer hashCode()
      final String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait