Uses of Class
org.capnproto.BuilderArena.AllocationStrategy
-
-
Uses of BuilderArena.AllocationStrategy in org.capnproto
Fields in org.capnproto declared as BuilderArena.AllocationStrategy Modifier and Type Field Description BuilderArena.AllocationStrategyDefaultAllocator. allocationStrategystatic BuilderArena.AllocationStrategyBuilderArena. SUGGESTED_ALLOCATION_STRATEGYMethods in org.capnproto that return BuilderArena.AllocationStrategy Modifier and Type Method Description static BuilderArena.AllocationStrategyBuilderArena.AllocationStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static BuilderArena.AllocationStrategy[]BuilderArena.AllocationStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.capnproto with parameters of type BuilderArena.AllocationStrategy Constructor Description BuilderArena(int firstSegmentSizeWords, BuilderArena.AllocationStrategy allocationStrategy)DefaultAllocator(BuilderArena.AllocationStrategy allocationStrategy)DefaultAllocator(BuilderArena.AllocationStrategy allocationStrategy, DefaultAllocator.ByteBufferAllocationStyle style)MessageBuilder(int firstSegmentWords, BuilderArena.AllocationStrategy allocationStrategy)
-