Package | Description |
---|---|
org.apache.uima.cas.impl |
Implementation and Low-Level API for the CAS Interfaces.
|
org.apache.uima.json |
Modifier and Type | Field and Description |
---|---|
TypeSystemImpl |
CasSerializerSupport.CasDocSerializer.filterTypeSystem |
TypeSystemImpl |
CasSerializerSupport.CasDocSerializer.tsi |
TypeSystemImpl |
CasTypeSystemMapper.tsSrc |
Modifier and Type | Field and Description |
---|---|
WeakReference<TypeSystemImpl> |
CasTypeSystemMapper.tsTgt |
Map<TypeSystemImpl,CasTypeSystemMapper> |
TypeSystemImpl.typeSystemMappers
Type Mapping Objects
used in compressed binary (de)serialization
These are in an identity map, key = target type system
Threading: this map is used by multiple threads
Key = target type system, via a weak reference.
|
Modifier and Type | Method and Description |
---|---|
TypeSystemImpl |
CasSerializerSupport.getFilterTypes() |
TypeSystemImpl |
CASMgrSerializer.getTypeSystem() |
TypeSystemImpl |
CASImpl.getTypeSystemImpl() |
Modifier and Type | Method and Description |
---|---|
void |
CASMgrSerializer.addTypeSystem(TypeSystemImpl ts) |
CasSerializerSupport |
CasSerializerSupport.setFilterTypes(TypeSystemImpl ts)
pass in a type system to use for filtering what gets serialized;
only those types and features which are defined this type system are included.
|
XmiCasSerializer |
XmiCasSerializer.setFilterTypes(TypeSystemImpl ts)
pass in a type system to use for filtering what gets serialized;
only those types and features which are defined this type system are included.
|
static void |
CASImpl.setupTSDefault(TypeSystemImpl ts) |
Constructor and Description |
---|
BinaryCasSerDes4(TypeSystemImpl ts,
boolean doMeasurements) |
BinaryCasSerDes6(AbstractCas cas,
MarkerImpl mark,
TypeSystemImpl tgtTs,
BinaryCasSerDes6.ReuseInfo rfs)
Setup to serialize (maybe delta) or deserialize (maybe delta) using binary compression, with type mapping and only processing reachable Feature Structures
|
BinaryCasSerDes6(AbstractCas cas,
MarkerImpl mark,
TypeSystemImpl tgtTs,
BinaryCasSerDes6.ReuseInfo rfs,
boolean doMeasurements)
Setup to serialize (maybe delta) or deserialize (maybe delta) using binary compression, with type mapping and only processing reachable Feature Structures, output measurements
|
BinaryCasSerDes6(AbstractCas aCas,
MarkerImpl mark,
TypeSystemImpl tgtTs,
BinaryCasSerDes6.ReuseInfo rfs,
boolean doMeasurements,
BinaryCasSerDes6.CompressLevel compressLevel,
BinaryCasSerDes6.CompressStrat compressStrategy)
Setup to serialize or deserialize using binary compression, with (optional) type mapping and only processing reachable Feature Structures
|
BinaryCasSerDes6(AbstractCas cas,
TypeSystemImpl tgtTs)
Setup to serialize (not delta) or deserialize (not delta) using binary compression, with type mapping and only processing reachable Feature Structures
|
CASImpl(TypeSystemImpl typeSystem,
int initialHeapSize,
boolean useJcasCache) |
CasTypeSystemMapper(TypeSystemImpl tsSrc,
TypeSystemImpl tsTgt) |
StringTypeImpl(String name,
int code,
TypeSystemImpl ts)
Constructor for StringTypeImpl.
|
Modifier and Type | Method and Description |
---|---|
JsonCasSerializer |
JsonCasSerializer.setFilterTypes(TypeSystemImpl ts)
pass in a type system to use for filtering what gets serialized;
only those types and features which are defined this type system are included.
|
Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.