Skip to content

Issue #647 WholeFeatureDataAdapter persists time configuration#648

Merged
rwgdrummer merged 3 commits into0.9.0.1from
GEOWAVE-647
Feb 27, 2016
Merged

Issue #647 WholeFeatureDataAdapter persists time configuration#648
rwgdrummer merged 3 commits into0.9.0.1from
GEOWAVE-647

Conversation

@rwgdrummer
Copy link
Copy Markdown
Contributor

No description provided.

final byte[] visibilityManagementClassNameBytes = StringUtils.stringToBinary(fieldVisibilityManagement.getClass().getCanonicalName());
final byte[] encodedTypeBytes = StringUtils.stringToBinary(encodedType);
final ByteBuffer buf = ByteBuffer.allocate(encodedTypeBytes.length + typeNameBytes.length + visibilityManagementClassNameBytes.length + adapterId.getBytes().length + 16);
final ByteBuffer buf = ByteBuffer.allocate(encodedTypeBytes.length + typeNameBytes.length + visibilityManagementClassNameBytes.length + adapterId.getBytes().length + 20);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this sufficient, looks to me that we added 4 bytes , when I see (8 + attrbytes.length)

…to GEOWAVE-647

Conflicts:
	extensions/adapters/vector/src/main/java/mil/nga/giat/geowave/adapter/vector/KryoFeatureDataAdapter.java
rwgdrummer added a commit that referenced this pull request Feb 27, 2016
Issue #647 WholeFeatureDataAdapter persists time configuration
@rwgdrummer rwgdrummer merged commit 293ee1a into 0.9.0.1 Feb 27, 2016
@dcy2003 dcy2003 deleted the GEOWAVE-647 branch April 5, 2016 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants