Package

istio.mixer

v1

Permalink

package v1

Visibility
  1. Public
  2. All

Type Members

  1. case class Attributes(dictionary: Map[Int, String] = Map[Int, String](), attributeContext: Option[Int] = None, resetContext: Option[Boolean] = None, stringAttributes: Map[Int, String] = Map[Int, String](), int64Attributes: Map[Int, Long] = Map[Int, Long](), doubleAttributes: Map[Int, Double] = Map[Int, Double](), boolAttributes: Map[Int, Boolean] = Map[Int, Boolean](), timestampAttributes: Map[Int, Timestamp] = ..., durationAttributes: Map[Int, Duration] = ..., bytesAttributes: Map[Int, Buf] = Map[Int, com.twitter.io.Buf](), stringMapAttributes: Map[Int, StringMap] = ..., deletedAttributes: Seq[Int] = Nil, timestampAttributesHACK: Map[Int, Timestamp] = ..., durationAttributesHACK: Map[Int, Duration] = ...) extends Product with Serializable

    Permalink
  2. case class CheckRequest(requestIndex: Option[Long] = None, attributeUpdate: Option[Attributes] = None) extends Product with Serializable

    Permalink
  3. case class CheckResponse(requestIndex: Option[Long] = None, attributeUpdate: Option[Attributes] = None, result: Option[Status] = None, expiration: Option[Duration] = None) extends Product with Serializable

    Permalink
  4. trait Mixer extends AnyRef

    Permalink
  5. case class QuotaRequest(requestIndex: Option[Long] = None, attributeUpdate: Option[Attributes] = None, deduplicationId: Option[String] = None, quota: Option[String] = None, amount: Option[Long] = None, bestEffort: Option[Boolean] = None) extends Product with Serializable

    Permalink
  6. case class QuotaResponse(requestIndex: Option[Long] = None, attributeUpdate: Option[Attributes] = None, result: Option[Status] = None, expiration: Option[Duration] = None, amount: Option[Long] = None) extends Product with Serializable

    Permalink
  7. case class ReportRequest(requestIndex: Option[Long] = None, attributeUpdate: Option[Attributes] = None) extends Product with Serializable

    Permalink
  8. case class ReportResponse(requestIndex: Option[Long] = None, attributeUpdate: Option[Attributes] = None, result: Option[Status] = None) extends Product with Serializable

    Permalink
  9. case class StringMap(map: Map[Int, String] = Map[Int, String]()) extends Product with Serializable

    Permalink

Value Members

  1. object Attributes extends Serializable

    Permalink
  2. object CheckRequest extends Serializable

    Permalink
  3. object CheckResponse extends Serializable

    Permalink
  4. object Mixer

    Permalink
  5. object QuotaRequest extends Serializable

    Permalink
  6. object QuotaResponse extends Serializable

    Permalink
  7. object ReportRequest extends Serializable

    Permalink
  8. object ReportResponse extends Serializable

    Permalink
  9. object StringMap extends Serializable

    Permalink

Ungrouped