Package

io.fsq.twofishes.indexer

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. class BoundingBox extends ThriftBoundingBoxProxy

    Permalink
  2. class DisplayName extends ThriftDisplayNameProxy

    Permalink
  3. class FsqSimpleFeature extends AnyRef

    Permalink
  4. class GeoJsonIterator extends ShapeIterator

    Permalink
  5. case class GeoJsonPoint(type: String = "Point", coordinates: List[Double]) extends Product with Serializable

    Permalink
  6. class GeocodeRecord extends ThriftGeocodeRecordProxy

    Permalink
  7. class Point extends ThriftPointProxy

    Permalink
  8. trait ShapeIterator extends Iterator[SimpleFeature]

    Permalink
  9. class ShapefileIterator extends ShapeIterator

    Permalink
  10. case class SlugEntry(id: String, score: Int, deprecated: Boolean = false, permanent: Boolean = false) extends Product with Serializable

    Permalink
  11. class SpindleSequenceFile[K <: Writable, T <: TType] extends Scheme[JobConf, RecordReader[K, BytesWritable], OutputCollector[K, BytesWritable], Context[T], Context[T]]

    Permalink

    Basic implementation of cascading.scheme.Scheme that can read and write Hadoop sequence files containing Spindle records.

    Basic implementation of cascading.scheme.Scheme that can read and write Hadoop sequence files containing Spindle records. The implementation merges aspects of cascading.scheme.hadoop.SequenceFile and cascading.scheme.hadoop.WritableSequenceFile.

    Limitations: - The Thrift record is stored as a single field in the cascading.tuple.Tuple by the deserializer. The serializer expects a single field in the outgoing cascading.tuple.Tuple of the expected record type.

  12. case class SpindleSequenceFileSource[K <: Writable, T <: TType](paths: Seq[String])(implicit evidence$1: Manifest[K], mf: Manifest[T], conv: TupleConverter[(K, T)], tset: TupleSetter[(K, T)]) extends FixedPathSource with Mappable[(K, T)] with TypedSink[(K, T)] with Product with Serializable

    Permalink
  13. class ThriftConverter[T <: TType] extends ThriftDeserializer[T] with ThriftSerializer[T]

    Permalink

    Uses the given RecordProvider to generate records to deserialize into.

    Uses the given RecordProvider to generate records to deserialize into. Can also override protocolFactory, which defaults to TCompactProtocol.

  14. trait ThriftDeserializer[T <: TType] extends AnyRef

    Permalink
  15. trait ThriftSerializer[T <: TType] extends AnyRef

    Permalink

Value Members

  1. object BoundingBox extends Serializable

    Permalink
  2. object DisplayName extends Serializable

    Permalink
  3. object FsqSimpleFeatureImplicits

    Permalink
  4. object GeoJsonPoint extends Serializable

    Permalink
  5. object GeocodeRecord extends Serializable

    Permalink
  6. object JaroWinkler

    Permalink
  7. object Point extends Serializable

    Permalink
  8. object ScalaReflection

    Permalink

    Utilities for performing reflection on Scala classes.

  9. object SlugEntryMap

    Permalink
  10. object SpindleSequenceFile extends Serializable

    Permalink
  11. object SpindleSequenceFileSource extends Serializable

    Permalink
  12. object ThriftConverter

    Permalink
  13. object UsStateCodes

    Permalink

Ungrouped