class Amazonite::Kinesis::HashKeyRange

Overview

The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.

Included Modules

Defined in:

kinesis/hash_key_range.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(starting_hash_key : String, ending_hash_key : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def ending_hash_key : String #

The ending hash key of the hash key range.


[View source]
def ending_hash_key=(ending_hash_key : String) #

The ending hash key of the hash key range.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def starting_hash_key : String #

The starting hash key of the hash key range.


[View source]
def starting_hash_key=(starting_hash_key : String) #

The starting hash key of the hash key range.


[View source]
def validate! : Nil #

[View source]