Package com.illumon.iris.db.v2.locations
Class FullTableLocationKey.AggregateTableLocationKey
java.lang.Object
com.illumon.iris.db.v2.locations.FullTableLocationKey
com.illumon.iris.db.v2.locations.FullTableLocationKey.AggregateTableLocationKey
- All Implemented Interfaces:
com.fishlib.base.log.LogOutputAppendable,NamedImplementation,Serializable
- Enclosing class:
- FullTableLocationKey
FullTableLocationKey representing all internal partition values.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.illumon.iris.db.v2.locations.FullTableLocationKey
FullTableLocationKey.AggregateTableLocationKey -
Constructor Summary
ConstructorsConstructorDescriptionAggregateTableLocationKey(@NotNull String namespace, @NotNull String tableName, @NotNull TableType tableType, @NotNull String columnPartition) -
Method Summary
Modifier and TypeMethodDescription@NotNull StringbooleanFullTableLocationKey.AggregateTableLocationKeyisn't as independent as was originally hoped.Methods inherited from class com.illumon.iris.db.v2.locations.FullTableLocationKey
append, equalKey, equals, getColumnPartition, getNamespace, getTableKey, getTableLocationKey, getTableName, getTableType, hashCode, hashKey, makeFullKey, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.illumon.util.type.NamedImplementation
getImplementationName
-
Constructor Details
-
AggregateTableLocationKey
-
-
Method Details
-
getInternalPartition
- Overrides:
getInternalPartitionin classFullTableLocationKey
-
isAggregateKey
public boolean isAggregateKey()Description copied from class:FullTableLocationKeyFullTableLocationKey.AggregateTableLocationKeyisn't as independent as was originally hoped. This method grants a peek into the implementation.- Overrides:
isAggregateKeyin classFullTableLocationKey- Returns:
- true if this is an aggregate key, false if a full key (has an internal partition)
-
toSimpleString
- Overrides:
toSimpleStringin classFullTableLocationKey
-