Class OrderabilityTest

    • Constructor Detail

      • OrderabilityTest

        public OrderabilityTest()
    • Method Detail

      • get_g_E_properties_order_value

        public abstract Traversal<Edge,​Object> get_g_E_properties_order_value()
      • get_g_E_properties_order_byXdescX_value

        public abstract Traversal<Edge,​Object> get_g_E_properties_order_byXdescX_value()
      • get_g_V_out_out_order_byXascX

        public abstract Traversal<Vertex,​Vertex> get_g_V_out_out_order_byXascX()
      • get_g_V_out_out_asXheadX_path_order_byXascX_selectXheadX

        public abstract Traversal<Vertex,​Vertex> get_g_V_out_out_asXheadX_path_order_byXascX_selectXheadX()
      • get_g_V_out_outE_order_byXascX

        public abstract Traversal<Vertex,​Edge> get_g_V_out_outE_order_byXascX()
      • get_g_V_out_outE_asXheadX_path_order_byXascX_selectXheadX

        public abstract Traversal<Vertex,​Edge> get_g_V_out_outE_asXheadX_path_order_byXascX_selectXheadX()
      • get_g_V_out_out_properties_asXheadX_path_order_byXascX_selectXheadX_value

        public abstract Traversal<Vertex,​Object> get_g_V_out_out_properties_asXheadX_path_order_byXascX_selectXheadX_value()
      • get_g_V_out_out_values_asXheadX_path_order_byXascX_selectXheadX

        public abstract Traversal<Vertex,​Object> get_g_V_out_out_values_asXheadX_path_order_byXascX_selectXheadX()
      • get_g_V_out_out_order_byXdescX

        public abstract Traversal<Vertex,​Vertex> get_g_V_out_out_order_byXdescX()
      • get_g_V_out_out_asXheadX_path_order_byXdescX_selectXheadX

        public abstract Traversal<Vertex,​Vertex> get_g_V_out_out_asXheadX_path_order_byXdescX_selectXheadX()
      • get_g_V_out_outE_order_byXdescX

        public abstract Traversal<Vertex,​Edge> get_g_V_out_outE_order_byXdescX()
      • get_g_V_out_outE_asXheadX_path_order_byXdescX_selectXheadX

        public abstract Traversal<Vertex,​Edge> get_g_V_out_outE_asXheadX_path_order_byXdescX_selectXheadX()
      • get_g_V_out_out_properties_asXheadX_path_order_byXdescX_selectXheadX_value

        public abstract Traversal<Vertex,​Object> get_g_V_out_out_properties_asXheadX_path_order_byXdescX_selectXheadX_value()
      • get_g_V_out_out_values_asXheadX_path_order_byXdescX_selectXheadX

        public abstract Traversal<Vertex,​Object> get_g_V_out_out_values_asXheadX_path_order_byXdescX_selectXheadX()
      • g_V_values_order

        public void g_V_values_order()
        Order by property value (mixed types).
      • g_V_properties_order

        public void g_V_properties_order()
        Order by vertex property (orders by id).
      • g_E_properties_order_value

        public void g_E_properties_order_value()
        Order by edge property (orders by key, then value).
      • g_inject_order

        public void g_inject_order()
        Mixed type values including list, set, map, uuid, date, boolean, numeric, string, null.
      • g_inject_order_with_unknown_type

        public void g_inject_order_with_unknown_type()
        More mixed type values including a Java Object (unknown type).
      • g_V_out_out_order_byXascX

        public void g_V_out_out_order_byXascX()
        Order asc by vertex: v[3], v[5]
      • g_V_out_out_asXheadX_path_order_byXascX_selectXheadX

        public void g_V_out_out_asXheadX_path_order_byXascX_selectXheadX()
        Order asc by vertex in path: v[3], v[5]
      • g_V_out_outE_order_byXascX

        public void g_V_out_outE_order_byXascX()
        Order asc by edge: e[10], v[e11]
      • g_V_out_outE_asXheadX_path_order_byXascX_selectXheadX

        public void g_V_out_outE_asXheadX_path_order_byXascX_selectXheadX()
        Order asc by edge in path: e[10], e[11]
      • g_V_out_out_properties_asXheadX_path_order_byXascX_selectXheadX_value

        public void g_V_out_out_properties_asXheadX_path_order_byXascX_selectXheadX_value()
        Order asc by vertex and then vertex property id in path.
      • g_V_out_out_values_asXheadX_path_order_byXascX_selectXheadX

        public void g_V_out_out_values_asXheadX_path_order_byXascX_selectXheadX()
        Order asc by vertex and then vertex property value in path.
      • g_V_out_out_order_byXdescX

        public void g_V_out_out_order_byXdescX()
        Order desc by vertex: v[5], v[3]
      • g_V_out_out_asXheadX_path_order_byXdescX_selectXheadX

        public void g_V_out_out_asXheadX_path_order_byXdescX_selectXheadX()
        Order desc by vertex in path: v[5], v[3]
      • g_V_out_outE_order_byXdescX

        public void g_V_out_outE_order_byXdescX()
        Order desc by edge: e[11], v[e10]
      • g_V_out_outE_asXheadX_path_order_byXdescX_selectXheadX

        public void g_V_out_outE_asXheadX_path_order_byXdescX_selectXheadX()
        Order desc by edge in path: e[11], e[10]
      • g_V_out_out_properties_asXheadX_path_order_byXdescX_selectXheadX_value

        public void g_V_out_out_properties_asXheadX_path_order_byXdescX_selectXheadX_value()
        Order desc by vertex and then vertex property id in path.
      • g_V_out_out_values_asXheadX_path_order_byXdescX_selectXheadX

        public void g_V_out_out_values_asXheadX_path_order_byXdescX_selectXheadX()
        Order desc by vertex and then vertex property value in path.