Skip to content

mgencur/infinispan-arquillian-container

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Infinispan Arquillian Container

Provides API for retrieving information about Infinispan running either as a standalone Infinispan server or embedded in a JBoss Application Server 7.

Features include:

  • providing server module endpoint information like hostname/port (HotRod, MemCached, also REST for JBoss AS 7)

  • providing Cache Manager information:

    • cache manager status
    • cluster members
    • running cache count
    • physical addresses
    • and more...
  • providing Cache information:

    • cache status
    • average read time
    • average write time
    • number of entries
    • hits
    • misses
    • removes
    • stores
    • and more...

Support for in-VM mode of Infinispan will come soon (e.g. ability to inject pre-configured Infinispan Cache into a test class).

##Building

mvn clean install

About

An Arquillian container for Infinispan

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%