Apache Beam
  • apache_beam.coders package
  • apache_beam.dataframe package
  • apache_beam.io package
  • apache_beam.metrics package
  • apache_beam.ml package
  • apache_beam.options package
  • apache_beam.portability package
  • apache_beam.runners package
  • apache_beam.testing package
    • Subpackages
      • apache_beam.testing.benchmarks package
        • Subpackages
      • apache_beam.testing.load_tests package
    • Submodules
  • apache_beam.transforms package
  • apache_beam.typehints package
  • apache_beam.utils package
  • apache_beam.yaml package
  • apache_beam.error module
  • apache_beam.pipeline module
  • apache_beam.pvalue module
Apache Beam
  • apache_beam.testing package
  • apache_beam.testing.benchmarks package
  • apache_beam.testing.benchmarks.nexmark package
  • apache_beam.testing.benchmarks.nexmark.models package
  • View page source

apache_beam.testing.benchmarks.nexmark.models package

Submodules

  • apache_beam.testing.benchmarks.nexmark.models.auction_bid module
    • AuctionBidCoder
      • AuctionBidCoder.to_type_hint()
      • AuctionBidCoder.is_deterministic()
    • AuctionBid
      • AuctionBid.CODER
    • AuctionBidCoderImpl
      • AuctionBidCoderImpl.encode_to_stream()
      • AuctionBidCoderImpl.decode_from_stream()
  • apache_beam.testing.benchmarks.nexmark.models.field_name module
    • FieldNames
      • FieldNames.ID
      • FieldNames.NAME
      • FieldNames.EMAIL_ADDRESS
      • FieldNames.CREDIT_CARD
      • FieldNames.CITY
      • FieldNames.STATE
      • FieldNames.DATE_TIME
      • FieldNames.EXTRA
      • FieldNames.ITEM_NAME
      • FieldNames.DESCRIPTION
      • FieldNames.INITIAL_BID
      • FieldNames.RESERVE
      • FieldNames.EXPIRES
      • FieldNames.SELLER
      • FieldNames.CATEGORY
      • FieldNames.AUCTION
      • FieldNames.BIDDER
      • FieldNames.PRICE
  • apache_beam.testing.benchmarks.nexmark.models.nexmark_model module
    • PersonCoder
      • PersonCoder.to_type_hint()
      • PersonCoder.is_deterministic()
    • Person
      • Person.CODER
    • AuctionCoder
      • AuctionCoder.to_type_hint()
      • AuctionCoder.is_deterministic()
    • Auction
      • Auction.CODER
    • BidCoder
      • BidCoder.to_type_hint()
      • BidCoder.is_deterministic()
    • Bid
      • Bid.CODER
    • AuctionCoderImpl
      • AuctionCoderImpl.encode_to_stream()
      • AuctionCoderImpl.decode_from_stream()
    • BidCoderImpl
      • BidCoderImpl.encode_to_stream()
      • BidCoderImpl.decode_from_stream()
    • PersonCoderImpl
      • PersonCoderImpl.encode_to_stream()
      • PersonCoderImpl.decode_from_stream()
Previous Next

© Copyright %Y, Apache Beam.

Built with Sphinx using a theme provided by Read the Docs.