public class ASCIIKeyBuilderFactory extends Object implements IKeyBuilderFactory, Externalizable
Constructor and Description |
---|
ASCIIKeyBuilderFactory()
De-serialization ctor.
|
ASCIIKeyBuilderFactory(int initialCapacity) |
Modifier and Type | Method and Description |
---|---|
int |
getInitialCapacity() |
IKeyBuilder |
getKeyBuilder()
Return an instance of the configured
IKeyBuilder . |
IKeyBuilder |
getPrimaryKeyBuilder()
Return an instance of the configured
IKeyBuilder that has been
overridden to have StrengthEnum.Primary collation strength. |
void |
readExternal(ObjectInput in) |
String |
toString()
Representation includes all aspects of the
Serializable state. |
void |
writeExternal(ObjectOutput out) |
public ASCIIKeyBuilderFactory()
public ASCIIKeyBuilderFactory(int initialCapacity)
public int getInitialCapacity()
public String toString()
Serializable
state.public IKeyBuilder getKeyBuilder()
IKeyBuilderFactory
IKeyBuilder
.getKeyBuilder
in interface IKeyBuilderFactory
public IKeyBuilder getPrimaryKeyBuilder()
IKeyBuilder
that has been
overridden to have StrengthEnum.Primary
collation strength. This
may be used to form successors for Unicode prefix scans without having
the secondary sort ordering characteristics mucking things up.
Note: The PRIMARY is identical to the as-configured IKeyBuilder
for ASCII.
getPrimaryKeyBuilder
in interface IKeyBuilderFactory
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.