Spring Data Core

org.springframework.data.geo
Interface Metric

All Superinterfaces:
Serializable
All Known Implementing Classes:
CustomMetric, Metrics

public interface Metric
extends Serializable

Interface for Metrics that can be applied to a base scale.

Since:
1.8
Author:
Oliver Gierke, Thomas Darimont

Method Summary
 double getMultiplier()
          Returns the multiplier to calculate metrics values from a base scale.
 

Method Detail

getMultiplier

double getMultiplier()
Returns the multiplier to calculate metrics values from a base scale.

Returns:

Spring Data Core

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.