@return The configured meta data family byte array
()
| 754 | |
| 755 | /** @return The configured meta data family byte array*/ |
| 756 | public static byte[] FAMILY() { |
| 757 | return FAMILY; |
| 758 | } |
| 759 | |
| 760 | /** |
| 761 | * Syncs the local object with the stored object for atomic writes, |
no outgoing calls
no test coverage detected