Class CqlGetCurrentVersion


  • public class CqlGetCurrentVersion
    extends java.lang.Object
    Reads the current version number of a resource.
    • Constructor Summary

      Constructors 
      Constructor Description
      CqlGetCurrentVersion​(int resourceTypeId, java.lang.String logicalId)
      Public constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int run​(com.datastax.oss.driver.api.core.CqlSession session)
      Run the command using the given session
      • Methods inherited from class java.lang.Object

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

      • CqlGetCurrentVersion

        public CqlGetCurrentVersion​(int resourceTypeId,
                                    java.lang.String logicalId)
        Public constructor
        Parameters:
        resourceTypeId -
        logicalId -
    • Method Detail

      • run

        public int run​(com.datastax.oss.driver.api.core.CqlSession session)
        Run the command using the given session
        Parameters:
        session -
        Returns: