Package | Description |
---|---|
org.infinispan.persistence.jdbc.binary |
This JDBC CacheStore implementation is optimized for storing binary (non-String)
keys in the cache.
|
org.infinispan.persistence.jdbc.logging |
Modifier and Type | Method and Description |
---|---|
protected Bucket |
JdbcBinaryStore.loadBucket(Integer bucketId) |
Modifier and Type | Method and Description |
---|---|
protected void |
JdbcBinaryStore.insertBucket(Bucket bucket) |
protected void |
JdbcBinaryStore.updateBucket(Bucket bucket) |
Modifier and Type | Method and Description |
---|---|
void |
Log_$logger.sqlFailureInsertingBucket(Bucket bucket,
SQLException e) |
void |
Log.sqlFailureInsertingBucket(Bucket bucket,
SQLException e) |
void |
Log_$logger.sqlFailureUpdatingBucket(Bucket bucket,
SQLException e) |
void |
Log.sqlFailureUpdatingBucket(Bucket bucket,
SQLException e) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.