Class SpannerSchema.KeyPart

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    SpannerSchema

    public abstract static class SpannerSchema.KeyPart
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyPart()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.String getField()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KeyPart

        public KeyPart()
    • Method Detail

      • getField

        public abstract java.lang.String getField()