Class: CadenceThrift::ReplicationInfo

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb

Constant Summary collapse

VERSION =
10
LASTEVENTID =
20
FIELDS =
{
  VERSION => {:type => ::Thrift::Types::I64, :name => 'version', :optional => true},
  LASTEVENTID => {:type => ::Thrift::Types::I64, :name => 'lastEventId', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



973
# File 'lib/gen/thrift/shared_types.rb', line 973

def struct_fields; FIELDS; end

#validateObject



975
976
# File 'lib/gen/thrift/shared_types.rb', line 975

def validate
end