Uses of Interface
solar.service.pack.proto.BufferPacker

Packages that use BufferPacker
solar.service.pack.proto Contains the suite of PACK protocols. 
 

Uses of BufferPacker in solar.service.pack.proto
 

Classes in solar.service.pack.proto that implement BufferPacker
 class OptimisticBufferPacker
          An optimistic buffer packer always runs a single filter in the policy trying to drop as few events as possible.
 class PessimisticBufferPacker
          A pessimistic buffer packer always runs all the filters in the policy trying to drop as much events as possible.
 

Fields in solar.service.pack.proto declared as BufferPacker
protected  BufferPacker SingleBufferHandle._packer
           
 

Methods in solar.service.pack.proto that return BufferPacker
static BufferPacker BufferPackerFactory.makeBufferPacker()