Class RegionInfo
java.lang.Object
uk.ac.manchester.spinnaker.storage.RegionInfo
public class RegionInfo extends Object
Used to group a MemoryLocation and a ByteBuffer object together.
- Author:
- Christian
-
Field Summary
Fields Modifier and Type Field Description ByteBuffer
content
The content of the region.CoreLocation
core
The core location of the region.MemoryLocation
pointer
The address where the region will be start. -
Constructor Summary
Constructors Constructor Description RegionInfo(CoreLocation core, ByteBuffer content, MemoryLocation pointer)
-
Method Summary
-
Field Details
-
Constructor Details
-
RegionInfo
- Parameters:
core
- The core location of the regioncontent
- The metadata to be written to the region or nullpointer
- The address the region metadata starts at
-