Class: Zipkin::Endpoint

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

Constant Summary collapse

IPV4 =
1
PORT =
2
SERVICE_NAME =
3
FIELDS =
{
  IPV4 => {:type => ::Thrift::Types::I32, :name => 'ipv4'},
  PORT => {:type => ::Thrift::Types::I16, :name => 'port'},
  SERVICE_NAME => {:type => ::Thrift::Types::STRING, :name => 'service_name'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



34
# File 'lib/zipkin_query/zipkin_core_types.rb', line 34

def struct_fields; FIELDS; end

#validateObject



36
37
# File 'lib/zipkin_query/zipkin_core_types.rb', line 36

def validate
end