class Cassandra::Cluster::Schema::Partitioners::Ordered

@private

Public Instance Methods

create_token(partition_key) click to toggle source
   # File lib/cassandra/cluster/schema/partitioners/ordered.rb
26 def create_token(partition_key)
27   partition_key
28 end
parse_token(token_string) click to toggle source
   # File lib/cassandra/cluster/schema/partitioners/ordered.rb
30 def parse_token(token_string)
31   token_string
32 end