Uses of Package
org.apache.pinot.spi.utils
-
Packages that use org.apache.pinot.spi.utils Package Description org.apache.pinot.spi.config.instance org.apache.pinot.spi.utils -
Classes in org.apache.pinot.spi.utils used by org.apache.pinot.spi.config.instance Class Description ReadMode Enum class for segment read mode: heap: Segments are loaded on direct-memory. -
Classes in org.apache.pinot.spi.utils used by org.apache.pinot.spi.utils Class Description ByteArray Wrapper around byte[] that provides additional features such as: Implements comparable interface, so comparison and sorting can be performed Implements equals() and hashCode(), so it can be used as key for HashMap/Set Caches the hash code of the byte[]CommonConstants.Broker.AdaptiveServerSelector.Type Adaptive Server Selection feature has 2 parts: 1.CommonConstants.Broker.FailureDetector.Type CommonConstants.ConsumerState The state of the consumer for a given segmentCommonConstants.Helix.DataSource.SegmentAssignmentStrategyType CommonConstants.Segment.Realtime.CompletionMode During realtime segment completion, the value of this enum decides how non-winner servers should replace the completed segment.CommonConstants.Segment.Realtime.Status FixedIntArray Wrapper around fixed size primitive int array.Pairs.IntDoublePair Utility class to store a primitive 'int' and 'double' pair.Pairs.IntObjectPair Utility class to store a primitive 'int' and 'Object' pair.Pairs.IntPair ReadMode Enum class for segment read mode: heap: Segments are loaded on direct-memory.